Skip to content

Commit 1c90b99

Browse files
committed
Updating ignores on Java authentication alert tests
1 parent ca03a1d commit 1c90b99

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: java/client/test/org/openqa/selenium/AuthenticatedPageLoadingTest.java

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@
1919

2020
import static org.junit.Assert.assertEquals;
2121
import static org.openqa.selenium.support.ui.ExpectedConditions.alertIsPresent;
22+
import static org.openqa.selenium.testing.Ignore.Driver.CHROME;
23+
import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;
24+
import static org.openqa.selenium.testing.Ignore.Driver.HTMLUNIT;
25+
import static org.openqa.selenium.testing.Ignore.Driver.IE;
26+
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
27+
import static org.openqa.selenium.testing.Ignore.Driver.PHANTOMJS;
28+
import static org.openqa.selenium.testing.Ignore.Driver.SAFARI;
2229

2330
import org.apache.http.auth.UsernamePasswordCredentials;
2431
import org.junit.Test;
2532
import org.openqa.selenium.testing.Ignore;
2633
import org.openqa.selenium.testing.JUnit4TestBase;
2734

28-
@Ignore
35+
@Ignore({CHROME, FIREFOX, HTMLUNIT, MARIONETTE, PHANTOMJS, SAFARI})
2936
public class AuthenticatedPageLoadingTest extends JUnit4TestBase {
3037

3138
@Test

0 commit comments

Comments
 (0)