Skip to content

Commit

Permalink
[py] Ignoring a test failed because of marionette regression, see htt…
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 8, 2018
1 parent 2383740 commit 10b7cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/alerts_tests.py
Expand Up @@ -206,6 +206,7 @@ def testPromptShouldHaveNullValueIfDismissed(driver, pages):
assert "null" == driver.find_element(By.ID, "text").text


@pytest.mark.xfail_marionette(reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1477977')
def testHandlesTwoAlertsFromOneInteraction(driver, pages):
pages.load("alerts.html")

Expand Down

0 comments on commit 10b7cf3

Please sign in to comment.