File tree 1 file changed +0
-3
lines changed
java/test/org/openqa/selenium
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 23
23
import static org .openqa .selenium .WaitingConditions .elementValueToEqual ;
24
24
import static org .openqa .selenium .WaitingConditions .windowToBeSwitchedToWithName ;
25
25
import static org .openqa .selenium .support .ui .ExpectedConditions .titleIs ;
26
- import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
27
26
import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
28
27
29
28
import org .junit .jupiter .api .Test ;
30
29
import org .openqa .selenium .interactions .Locatable ;
31
30
import org .openqa .selenium .support .ui .ExpectedConditions ;
32
31
import org .openqa .selenium .testing .JupiterTestBase ;
33
32
import org .openqa .selenium .testing .NoDriverAfterTest ;
34
- import org .openqa .selenium .testing .NotWorkingInRemoteBazelBuilds ;
35
33
import org .openqa .selenium .testing .NotYetImplemented ;
36
34
37
35
class JavascriptEnabledDriverTest extends JupiterTestBase {
@@ -73,7 +71,6 @@ void testShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad() {
73
71
}
74
72
75
73
@ Test
76
- @ NotWorkingInRemoteBazelBuilds (value = CHROME )
77
74
void testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad () {
78
75
driver .get (pages .formPage );
79
76
You can’t perform that action at this time.
0 commit comments