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 44d87ca commit e753e9bCopy full SHA for e753e9b
java/client/test/org/openqa/selenium/WindowSwitchingTest.java
@@ -199,7 +199,7 @@ public void testShouldBeAbleToIterateOverAllOpenWindows() {
199
@JavascriptEnabled
200
@Test
201
@Ignore(MARIONETTE)
202
- public void testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang() {
+ public void testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang()
203
throws Exception {
204
assumeFalse(Browser.detect() == Browser.opera &&
205
TestUtilities.getEffectivePlatform().is(Platform.WINDOWS));
0 commit comments