Skip to content

Commit 8c3db91

Browse files
committed
[py] Unignoring a couple of passed tests in Chrome despite the fact that the linked bug report is open.
1 parent 3ba8543 commit 8c3db91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

214214

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

248247

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

0 commit comments

Comments
 (0)