Skip to content

Commit

Permalink
Reenable Python Select tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Sep 20, 2016
1 parent 134cbc2 commit 7c0f291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/select_class_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def testMethod(self):
multiSelectValues2 = {'name': 'select_empty_multiple', 'values': ['select_1', 'select_2', 'select_3', 'select_4']}


@pytest.mark.ignore_marionette
class WebDriverSelectSupportTests(unittest.TestCase):

def testSelectByIndexSingle(self):
Expand Down

0 comments on commit 7c0f291

Please sign in to comment.