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.
W391
1 parent 702c12a commit c884550Copy full SHA for c884550
1 file changed
py/test/selenium/webdriver/common/script_pinning_tests.py
@@ -75,4 +75,3 @@ def test_unpinning_non_existing_script_raises(driver, pages):
75
pages.load("simpleTest.html")
76
with pytest.raises(KeyError, match=re.escape(r"No script with key: ScriptKey(id=1) existed in {}")):
77
driver.unpin(ScriptKey(1))
78
-
0 commit comments