Skip to content

Commit 7f54c8f

Browse files
committed
[java] incorrectly put guard on the getter test instead of the setter test
1 parent 067ab3c commit 7f54c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/test/org/openqa/selenium/WindowTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public void testSetsTheSizeOfTheCurrentWindowFromIframe() {
7777
}
7878

7979
@Test
80-
@Ignore(value = FIREFOX, gitHubActions = true, issue = "https://github.com/mozilla/geckodriver/issues/2042")
8180
public void testGetsThePositionOfTheCurrentWindow() {
8281
// Window position is undefined on ANDROID (and most mobile platforms
8382
// though others aren't defined in org.openqa.selenium.Platform).
@@ -92,6 +91,7 @@ public void testGetsThePositionOfTheCurrentWindow() {
9291
}
9392

9493
@Test
94+
@Ignore(value = FIREFOX, gitHubActions = true, issue = "https://github.com/mozilla/geckodriver/issues/2042")
9595
public void testSetsThePositionOfTheCurrentWindow() {
9696
// Browser window cannot be resized or moved on ANDROID (and most mobile platforms
9797
// though others aren't defined in org.openqa.selenium.Platform).

0 commit comments

Comments
 (0)