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 b296684 commit 0da0d27Copy full SHA for 0da0d27
java/client/test/org/openqa/selenium/FrameSwitchingTest.java
@@ -549,6 +549,7 @@ public void testJavaScriptShouldExecuteInTheContextOfTheCurrentFrame() {
549
assertTrue((Boolean) executor.executeScript("return window != window.top"));
550
}
551
552
+ @JavascriptEnabled
553
@Test
554
public void testShouldNotSwitchMagicallyToTheTopWindow() {
555
String baseUrl = appServer.whereIs("frame_switching_tests/");
0 commit comments