Skip to content

Commit df2e3c7

Browse files
committed
[py] Remove two Firefox ignores from TestFrameSwitching
1 parent 57e7eca commit df2e3c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

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

189-
@pytest.mark.ignore_firefox
190189
@pytest.mark.ignore_marionette
191190
def testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected(self, driver, pages):
192191
pages.load("frameset.html")
@@ -201,7 +200,6 @@ def testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected(self, driver, p
201200
WebDriverWait(driver, 3).until(EC.text_to_be_present_in_element((By.XPATH, '//p'), 'Success!'))
202201

203202
@pytest.mark.ignore_marionette
204-
@pytest.mark.ignore_firefox
205203
def testShouldFocusOnTheReplacementWhenAFrameFollowsALinkToA_TopTargetedPage(self, driver, pages):
206204
pages.load("frameset.html")
207205
driver.switch_to.frame(0)

0 commit comments

Comments
 (0)