We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a38c commit 1d68446Copy full SHA for 1d68446
webdriver/tests/bidi/network/__init__.py
@@ -45,7 +45,6 @@ def assert_timing_info(timing_info):
45
"connectStart": any_int,
46
"connectEnd": any_int,
47
"tlsStart": any_int,
48
- "tlsEnd": any_int,
49
"requestStart": any_int,
50
"responseStart": any_int,
51
"responseEnd": any_int,
0 commit comments