Skip to content

Commit e753e9b

Browse files
committed
Fix typo from 3fe4cf7
1 parent 44d87ca commit e753e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/WindowSwitchingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void testShouldBeAbleToIterateOverAllOpenWindows() {
199199
@JavascriptEnabled
200200
@Test
201201
@Ignore(MARIONETTE)
202-
public void testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang() {
202+
public void testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang()
203203
throws Exception {
204204
assumeFalse(Browser.detect() == Browser.opera &&
205205
TestUtilities.getEffectivePlatform().is(Platform.WINDOWS));

0 commit comments

Comments
 (0)