Skip to content

Commit 1c7aecc

Browse files
committed
[py] Re-add some markers
1 parent 1828c9e commit 1c7aecc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def test_alert_should_not_allow_additional_commands_if_dimissed(driver, pages):
157157
alert.text
158158

159159

160+
@pytest.mark.xfail_firefox
161+
@pytest.mark.xfail_remote
160162
@pytest.mark.xfail_safari
161163
def test_should_allow_users_to_accept_an_alert_in_aframe(driver, pages):
162164
pages.load("alerts.html")
@@ -169,6 +171,8 @@ def test_should_allow_users_to_accept_an_alert_in_aframe(driver, pages):
169171
assert "Testing Alerts" == driver.title
170172

171173

174+
@pytest.mark.xfail_firefox
175+
@pytest.mark.xfail_remote
172176
@pytest.mark.xfail_safari
173177
def test_should_allow_users_to_accept_an_alert_in_anested_frame(driver, pages):
174178
pages.load("alerts.html")

0 commit comments

Comments
 (0)