Skip to content

Commit e18a249

Browse files
committed
Unignoring a test fixed in Firefox
1 parent ec681f2 commit e18a249

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,10 @@ public void testCleanFileInput() throws Exception {
9595

9696
@Test
9797
@Ignore(IE)
98-
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/1011")
9998
@Ignore(CHROME)
10099
@Ignore(SAFARI)
101100
@Ignore(HTMLUNIT)
102-
public void testClickFileInput() throws Exception {
101+
public void testClickFileInput() {
103102
driver.get(pages.uploadPage);
104103
WebElement element = driver.findElement(By.id("upload"));
105104
Throwable ex = catchThrowable(element::click);

0 commit comments

Comments
 (0)