Skip to content

Commit d6cba14

Browse files
committed
Revert "[py] Unignoring a couple of passed tests in Chrome despite the fact that the linked bug report is open."
This reverts commit 8c3db91.
1 parent 01e5ce0 commit d6cba14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def testShouldBeAbleToSwitchToParentFromAnIframe(driver, pages):
212212
# ----------------------------------------------------------------------------------------------
213213

214214

215+
@pytest.mark.xfail_chrome(reason='https://bugs.chromium.org/p/chromedriver/issues/detail?id=2198')
215216
def testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected(driver, pages):
216217
pages.load("frameset.html")
217218
driver.switch_to.frame(2)
@@ -245,6 +246,7 @@ def testShouldAllowAUserToSwitchFromAnIframeBackToTheMainContentOfThePage(driver
245246
driver.find_element(By.ID, "iframe_page_heading")
246247

247248

249+
@pytest.mark.xfail_chrome(reason='https://bugs.chromium.org/p/chromedriver/issues/detail?id=2198')
248250
def testShouldAllowTheUserToSwitchToAnIFrameAndRemainFocusedOnIt(driver, pages):
249251
pages.load("iframes.html")
250252
driver.switch_to.frame(0)

0 commit comments

Comments
 (0)