We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dc17e commit 08817b9Copy full SHA for 08817b9
java/client/test/org/openqa/selenium/AlertsTest.java
@@ -169,7 +169,7 @@ public void testShouldAllowAUserToSetTheValueOfAPrompt() {
169
wait.until(textInElementLocated(By.id("text"), "cheese"));
170
}
171
172
- @Ignore(CHROME)
+ @Ignore({CHROME, MARIONETTE})
173
@JavascriptEnabled
174
@Test
175
public void testSettingTheValueOfAnAlertThrows() {
@@ -346,6 +346,7 @@ public void testHandlesTwoAlertsFromOneInteraction() {
346
347
348
349
350
public void testShouldHandleAlertOnPageLoad() {
351
driver.findElement(By.id("open-page-with-onload-alert")).click();
352
0 commit comments