Skip to content

Commit

Permalink
[py] Ignoring/unignoring some tests according to the current state of…
Browse files Browse the repository at this point in the history
… marionette
  • Loading branch information
barancev committed Sep 11, 2018
1 parent 9bbc3f6 commit b6bb5d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/alerts_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def testPromptShouldHaveNullValueIfDismissed(driver, pages):


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

Expand Down
3 changes: 0 additions & 3 deletions py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ def testCannotMoveToANullLocator(driver, pages):
move.perform()


@pytest.mark.xfail_marionette(
reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1292178')
@pytest.mark.xfail_firefox
@pytest.mark.xfail_remote
def testClickingOnFormElements(driver, pages):
"""Copied from org.openqa.selenium.interactions.CombinedInputActionsTest."""
pages.load("formSelectionPage.html")
Expand Down

0 comments on commit b6bb5d9

Please sign in to comment.