Skip to content

Commit 7c0f291

Browse files
Reenable Python Select tests
1 parent 134cbc2 commit 7c0f291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/test/selenium/webdriver/common/select_class_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def testMethod(self):
3939
multiSelectValues2 = {'name': 'select_empty_multiple', 'values': ['select_1', 'select_2', 'select_3', 'select_4']}
4040

4141

42-
@pytest.mark.ignore_marionette
4342
class WebDriverSelectSupportTests(unittest.TestCase):
4443

4544
def testSelectByIndexSingle(self):

0 commit comments

Comments
 (0)