Skip to content

Commit

Permalink
[java] Fixing a typo in a test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 25, 2019
1 parent 482493a commit a91c8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/UploadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void testUploadingWithInvisibleFileInput() {
@Ignore(HTMLUNIT)
@NotYetImplemented(EDGE)
@NoDriverBeforeTest
public void testUploadingWithInvisibleFileInputWhenStringFileInteractabilityIsOn() {
public void testUploadingWithInvisibleFileInputWhenStrictFileInteractabilityIsOn() {
createNewDriver(new ImmutableCapabilities(CapabilityType.STRICT_FILE_INTERACTABILITY, true));

driver.get(appServer.whereIs("upload_invisible.html"));
Expand Down

0 comments on commit a91c8ab

Please sign in to comment.