Skip to content

Commit

Permalink
[java] Actualization of Chrome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 15, 2018
1 parent 23316eb commit 785696b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/client/test/org/openqa/selenium/PageLoadingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ private void initLocalDriver(String strategy) {
}

@Test
@Ignore(CHROME)
@NeedsLocalEnvironment
public void testNoneStrategyShouldNotWaitForPageToLoad() {
initLocalDriver("none");
Expand All @@ -84,7 +83,6 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() {
}

@Test
@Ignore(CHROME)
@NeedsLocalEnvironment
public void testNoneStrategyShouldNotWaitForPageToRefresh() {
initLocalDriver("none");
Expand Down

0 comments on commit 785696b

Please sign in to comment.