Skip to content

Commit 1e1af07

Browse files
committed
[py] More test status fixes
1 parent 559de43 commit 1e1af07

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

py/test/selenium/webdriver/common/executing_async_javascript_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def testShouldTimeoutIfScriptDoesNotInvokeCallbackWithAZeroTimeout(driver, pages
120120
driver.execute_async_script("window.setTimeout(function() {}, 0);")
121121

122122

123+
@pytest.mark.xfail_marionette
123124
def testShouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout(driver, pages):
124125
pages.load("ajaxy_page.html")
125126
driver.execute_async_script(

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def testShouldFailToFindVisibleElementsWhenExplicitWaiting(driver, pages):
9090
WebDriverWait(driver, 0.7).until(EC.visibility_of_any_elements_located((By.CLASS_NAME, "redbox")))
9191

9292

93-
@pytest.mark.xfail_marionette(reason='Fails on travis')
9493
def testShouldWaitUntilAllVisibleElementsAreFoundWhenSearchingForMany(driver, pages):
9594
pages.load("hidden_partially.html")
9695
add_visible = driver.find_element_by_id("addVisible")

0 commit comments

Comments
 (0)