Skip to content

Commit bf49812

Browse files
Xfailing alert test for Chrome
1 parent ab92ed2 commit bf49812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/test/selenium/webdriver/common/alerts_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ def testShouldAllowTheUserToGetTheTextOfAPrompt(self, driver, pages):
339339
@pytest.mark.xfail_phantomjs(
340340
reason='https://github.com/detro/ghostdriver/issues/20',
341341
raises=WebDriverException)
342+
@pytest.mark.xfail_chrome(
343+
reason='https://bugs.chromium.org/p/chromedriver/issues/detail?id=1500')
342344
def testAlertShouldNotAllowAdditionalCommandsIfDismissed(self, driver, pages):
343345
pages.load("alerts.html")
344346
driver.find_element(By.ID, "alert").click()

0 commit comments

Comments
 (0)