Skip to content

Commit 08817b9

Browse files
committed
Ignoring a couple of alert tests in marionette.
1 parent 65dc17e commit 08817b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/client/test/org/openqa/selenium/AlertsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void testShouldAllowAUserToSetTheValueOfAPrompt() {
169169
wait.until(textInElementLocated(By.id("text"), "cheese"));
170170
}
171171

172-
@Ignore(CHROME)
172+
@Ignore({CHROME, MARIONETTE})
173173
@JavascriptEnabled
174174
@Test
175175
public void testSettingTheValueOfAnAlertThrows() {
@@ -346,6 +346,7 @@ public void testHandlesTwoAlertsFromOneInteraction() {
346346

347347
@JavascriptEnabled
348348
@Test
349+
@Ignore({CHROME, MARIONETTE})
349350
public void testShouldHandleAlertOnPageLoad() {
350351
driver.findElement(By.id("open-page-with-onload-alert")).click();
351352

0 commit comments

Comments
 (0)