Skip to content

Commit 63deaf4

Browse files
committed
added xfail for consistently failing firefox test
1 parent e621c2c commit 63deaf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/webdriverwait_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def test_should_fail_to_find_visible_elements_when_explicit_waiting(driver, page
101101
WebDriverWait(driver, 0.7).until(EC.visibility_of_any_elements_located((By.CLASS_NAME, "redbox")))
102102

103103

104+
@pytest.mark.xfail_firefox
104105
def test_should_wait_until_all_visible_elements_are_found_when_searching_for_many(driver, pages):
105106
pages.load("hidden_partially.html")
106107
add_visible = driver.find_element(By.ID, "addVisible")

0 commit comments

Comments
 (0)