Skip to content

Commit

Permalink
[py] Remove pytest.skip from method as this is taken care of by the c…
Browse files Browse the repository at this point in the history
…alling tests
  • Loading branch information
davehunt committed Oct 24, 2016
1 parent 1cbe2b6 commit 8c1e8f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class TestAdvancedUserInteraction(object):

def performDragAndDropWithMouse(self, driver, pages):
"""Copied from org.openqa.selenium.interactions.TestBasicMouseInterface."""
if driver.capabilities['browserName'] == 'firefox':
pytest.skip("Actions not available in Marionette. https://bugzilla.mozilla.org/show_bug.cgi?id=1292178")
pages.load("draggableLists.html")
dragReporter = driver.find_element_by_id("dragging_reports")
toDrag = driver.find_element_by_id("rightitem-3")
Expand Down

0 comments on commit 8c1e8f8

Please sign in to comment.