Skip to content

Commit afa36d9

Browse files
committed
[py] Remove Marionette ignore for testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected
1 parent df2e3c7 commit afa36d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/test/selenium/webdriver/common/frame_switching_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def testShouldBeAbleToSwitchToParentFromAnIframe(self, driver, pages):
186186
#
187187
# ----------------------------------------------------------------------------------------------
188188

189-
@pytest.mark.ignore_marionette
190189
def testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected(self, driver, pages):
191190
pages.load("frameset.html")
192191
driver.switch_to.frame(2)

0 commit comments

Comments
 (0)