Skip to content

Commit 398a082

Browse files
committed
[java] Test is now working in remote builds
1 parent 88e4608 commit 398a082

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/test/org/openqa/selenium/JavascriptEnabledDriverTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
import static org.openqa.selenium.WaitingConditions.elementValueToEqual;
2424
import static org.openqa.selenium.WaitingConditions.windowToBeSwitchedToWithName;
2525
import static org.openqa.selenium.support.ui.ExpectedConditions.titleIs;
26-
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
2726
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;
2827

2928
import org.junit.jupiter.api.Test;
3029
import org.openqa.selenium.interactions.Locatable;
3130
import org.openqa.selenium.support.ui.ExpectedConditions;
3231
import org.openqa.selenium.testing.JupiterTestBase;
3332
import org.openqa.selenium.testing.NoDriverAfterTest;
34-
import org.openqa.selenium.testing.NotWorkingInRemoteBazelBuilds;
3533
import org.openqa.selenium.testing.NotYetImplemented;
3634

3735
class JavascriptEnabledDriverTest extends JupiterTestBase {
@@ -73,7 +71,6 @@ void testShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad() {
7371
}
7472

7573
@Test
76-
@NotWorkingInRemoteBazelBuilds(value = CHROME)
7774
void testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad() {
7875
driver.get(pages.formPage);
7976

0 commit comments

Comments
 (0)