File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium/remote Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import static org .assertj .core .api .Assertions .assertThat ;
2121import static org .assertj .core .api .Assertions .assertThatExceptionOfType ;
2222import static org .openqa .selenium .OutputType .BASE64 ;
23- import static org .openqa .selenium .testing .drivers .Browser .FIREFOX ;
2423import static org .openqa .selenium .testing .drivers .Browser .HTMLUNIT ;
2524
2625import 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" );
You can’t perform that action at this time.
0 commit comments