Skip to content

Commit

Permalink
[java] Isolating a test that uses non-standard capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 25, 2019
1 parent a91c8ab commit 2cfe01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/client/test/org/openqa/selenium/UploadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.testing.JUnit4TestBase;
import org.openqa.selenium.testing.NeedsFreshDriver;
import org.openqa.selenium.testing.NoDriverAfterTest;
import org.openqa.selenium.testing.NoDriverBeforeTest;
import org.openqa.selenium.testing.NotYetImplemented;
import org.openqa.selenium.testing.SwitchToTopAfterTest;
Expand Down Expand Up @@ -144,6 +145,7 @@ public void testUploadingWithInvisibleFileInput() {
@Ignore(HTMLUNIT)
@NotYetImplemented(EDGE)
@NoDriverBeforeTest
@NoDriverAfterTest
public void testUploadingWithInvisibleFileInputWhenStrictFileInteractabilityIsOn() {
createNewDriver(new ImmutableCapabilities(CapabilityType.STRICT_FILE_INTERACTABILITY, true));

Expand Down

0 comments on commit 2cfe01c

Please sign in to comment.