Skip to content

Commit

Permalink
Revert "[py] Remove PhantomJS xfail for testSelectingMultipleItems"
Browse files Browse the repository at this point in the history
This reverts commit af16372.
  • Loading branch information
davehunt committed Oct 25, 2016
1 parent 90af9d3 commit c10d3ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def testSelectingMultipleItems(self, driver, pages):
"""Copied from org.openqa.selenium.interactions.CombinedInputActionsTest."""
if driver.capabilities['browserName'] == 'firefox':
pytest.skip("Actions not available in Marionette. https://bugzilla.mozilla.org/show_bug.cgi?id=1292178")
if driver.capabilities['browserName'] == 'phantomjs':
pytest.xfail("phantomjs driver does not seem to select all the elements")

pages.load("selectableItems.html")
reportingElement = driver.find_element_by_id("infodiv")
Expand Down

0 comments on commit c10d3ff

Please sign in to comment.