Skip to content

Commit

Permalink
[py] Enabling testSelectingMultipleItems for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Oct 24, 2016
1 parent 8f76faa commit 1b56bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/interactions_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def testClickingOnFormElements(self, driver, pages):
resultElement = driver.find_element_by_id("result")
assert "roquefort parmigiano cheddar" == resultElement.text

@pytest.mark.ignore_chrome
def testSelectingMultipleItems(self, driver, pages):
"""Copied from org.openqa.selenium.interactions.CombinedInputActionsTest."""
if driver.capabilities['browserName'] == 'firefox':
Expand Down

0 comments on commit 1b56bcb

Please sign in to comment.