Skip to content

Commit 09358a2

Browse files
committed
[java] Enabling RemoteWebDriverScreenshotTest for Firefox
1 parent 7a7a6fe commit 09358a2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

java/test/org/openqa/selenium/remote/RemoteWebDriverScreenshotTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import static org.assertj.core.api.Assertions.assertThat;
2121
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
2222
import static org.openqa.selenium.OutputType.BASE64;
23-
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;
2423
import static org.openqa.selenium.testing.drivers.Browser.HTMLUNIT;
2524

2625
import org.junit.Test;
@@ -51,9 +50,6 @@ public void testShouldBeAbleToGrabASnapshotOnException() {
5150
}
5251

5352
@Test
54-
@Ignore(value = FIREFOX, gitHubActions = true,
55-
reason = "Augmenter does not work well with Firefox and RemoteWebDriver, "
56-
+ "connection to CDP cannot be established")
5753
public void testCanAugmentWebDriverInstanceIfNecessary() {
5854
if (!(driver instanceof RemoteWebDriver)) {
5955
System.out.println("Skipping test: driver is not a remote webdriver");

0 commit comments

Comments
 (0)