Skip to content

Commit 0219666

Browse files
authored
[py] Fixed Flaky Bidi Test (SeleniumHQ#14701)
1 parent 39fee38 commit 0219666

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from selenium.webdriver.common.by import By
2020
from selenium.webdriver.common.log import Log
21-
from selenium.webdriver.support import expected_conditions as EC
2221
from selenium.webdriver.support.ui import WebDriverWait
2322

2423

@@ -76,8 +75,6 @@ async def test_collect_log_mutations(driver, pages):
7675
WebDriverWait(driver, 10).until(
7776
lambda d: d.find_element(By.ID, "revealed").value_of_css_property("display") != "none"
7877
)
79-
WebDriverWait(driver, 5).until(EC.visibility_of(driver.find_element(By.ID, "revealed")))
80-
8178
assert event["attribute_name"] == "style"
8279
assert event["current_value"] == ""
8380
assert event["old_value"] == "display:none;"

0 commit comments

Comments
 (0)