There was an error while loading. Please reload this page.
1 parent ec681f2 commit e18a249Copy full SHA for e18a249
java/client/test/org/openqa/selenium/UploadTest.java
@@ -95,11 +95,10 @@ public void testCleanFileInput() throws Exception {
95
96
@Test
97
@Ignore(IE)
98
- @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/1011")
99
@Ignore(CHROME)
100
@Ignore(SAFARI)
101
@Ignore(HTMLUNIT)
102
- public void testClickFileInput() throws Exception {
+ public void testClickFileInput() {
103
driver.get(pages.uploadPage);
104
WebElement element = driver.findElement(By.id("upload"));
105
Throwable ex = catchThrowable(element::click);
0 commit comments