Skip to content

Commit

Permalink
[java] Ignoring new tests in legacy Firefox and HtmlUnit drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 18, 2019
1 parent 031cedd commit 25c55fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/client/test/org/openqa/selenium/UploadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import static org.openqa.selenium.support.ui.ExpectedConditions.not;
import static org.openqa.selenium.support.ui.ExpectedConditions.visibilityOf;
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;
import static org.openqa.selenium.testing.drivers.Browser.HTMLUNIT;
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;

Expand Down Expand Up @@ -135,6 +136,8 @@ public void testUploadingWithInvisibleFileInput() {
}

@Test
@Ignore(FIREFOX)
@Ignore(HTMLUNIT)
public void testUploadingWithInvisibleFileInputWhenStringFileInteractabilityIsOn() {
WebDriver driver2 = new WebDriverBuilder().get(
new ImmutableCapabilities(CapabilityType.STRICT_FILE_INTERACTABILITY, true));
Expand Down

0 comments on commit 25c55fb

Please sign in to comment.