Skip to content

Commit 480b042

Browse files
committed
lint
1 parent c4343a3 commit 480b042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: py/test/selenium/webdriver/common/alerts_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def test_should_allow_users_to_accept_an_alert_in_anested_frame(driver, pages):
184184

185185
assert "Testing Alerts" == driver.title
186186

187+
187188
@pytest.mark.xfail_safari
188189
def test_should_throw_an_exception_if_an_alert_has_not_been_dealt_with_and_dismiss_the_alert(driver, pages):
189190
pages.load("alerts.html")

0 commit comments

Comments
 (0)