Skip to content

Commit 8ac2beb

Browse files
committed
[java] Unignoring tests that pass in Chrome
1 parent 0f642b9 commit 8ac2beb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/client/test/org/openqa/selenium/UploadTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
import static org.openqa.selenium.WaitingConditions.elementTextToEqual;
2525
import static org.openqa.selenium.support.ui.ExpectedConditions.not;
2626
import static org.openqa.selenium.support.ui.ExpectedConditions.visibilityOf;
27-
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
28-
import static org.openqa.selenium.testing.drivers.Browser.EDGIUM;
2927
import static org.openqa.selenium.testing.drivers.Browser.EDGE_HTML;
3028
import static org.openqa.selenium.testing.drivers.Browser.LEGACY_FIREFOX_XPI;
3129
import static org.openqa.selenium.testing.drivers.Browser.HTMLUNIT;
@@ -127,8 +125,6 @@ public void testCleanFileInput() {
127125
}
128126

129127
@Test
130-
@Ignore(CHROME)
131-
@Ignore(EDGIUM)
132128
@Ignore(HTMLUNIT)
133129
public void testClickFileInput() {
134130
driver.get(pages.uploadPage);

0 commit comments

Comments
 (0)