Skip to content

Commit 82ab23d

Browse files
authored
linting
1 parent 334a0bd commit 82ab23d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/test/selenium/webdriver/common/bidi_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ async def test_collect_log_mutations(driver, pages):
7676
WebDriverWait(driver, 10).until(
7777
lambda d: d.find_element(By.ID, "revealed").value_of_css_property("display") != "none"
7878
)
79-
8079
assert event["attribute_name"] == "style"
8180
assert event["current_value"] == ""
8281
assert event["old_value"] == "display:none;"

0 commit comments

Comments
 (0)