Skip to content

Commit ba51377

Browse files
committed
Changing eager page loading strategy name to the standard one
1 parent fe0a068 commit ba51377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void initLocalDriver(String strategy) {
7777
@NeedsLocalEnvironment
7878
@Test
7979
public void testShouldNotWaitForResourcesWithEagerStrategy() {
80-
initLocalDriver("unstable");
80+
initLocalDriver("eager");
8181

8282
String slowPage = appServer.whereIs("slowLoadingResourcePage.html");
8383

@@ -99,7 +99,7 @@ public void testShouldNotWaitForResourcesWithEagerStrategy() {
9999
@NeedsLocalEnvironment
100100
@Test
101101
public void testShouldNotWaitForResourcesOnRefreshWithEagerStrategy() {
102-
initLocalDriver("unstable");
102+
initLocalDriver("eager");
103103

104104
String slowPage = appServer.whereIs("slowLoadingResourcePage.html");
105105

0 commit comments

Comments
 (0)