Skip to content

Commit

Permalink
[py] Fixed Flaky Bidi Test
Browse files Browse the repository at this point in the history
  • Loading branch information
shbenzer committed Nov 1, 2024
1 parent ac523a5 commit f2998b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/bidi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ async def test_collect_log_mutations(driver, pages):
WebDriverWait(driver, 10).until(
lambda d: d.find_element(By.ID, "revealed").value_of_css_property("display") != "none"
)
WebDriverWait(driver, 5).until(EC.visibility_of(driver.find_element(By.ID, "revealed")))

assert event["attribute_name"] == "style"
assert event["current_value"] == ""
Expand Down

0 comments on commit f2998b1

Please sign in to comment.