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 fe0a068 commit ba51377Copy full SHA for ba51377
java/client/test/org/openqa/selenium/PageLoadingTest.java
@@ -77,7 +77,7 @@ private void initLocalDriver(String strategy) {
77
@NeedsLocalEnvironment
78
@Test
79
public void testShouldNotWaitForResourcesWithEagerStrategy() {
80
- initLocalDriver("unstable");
+ initLocalDriver("eager");
81
82
String slowPage = appServer.whereIs("slowLoadingResourcePage.html");
83
@@ -99,7 +99,7 @@ public void testShouldNotWaitForResourcesWithEagerStrategy() {
99
100
101
public void testShouldNotWaitForResourcesOnRefreshWithEagerStrategy() {
102
103
104
105
0 commit comments