Skip to content

Commit e1cbadd

Browse files
committed
Unignoring a test fixed in Firefox
1 parent 4789195 commit e1cbadd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import static org.junit.Assert.assertThat;
2222
import static org.junit.Assert.assertTrue;
2323
import static org.openqa.selenium.testing.Driver.HTMLUNIT;
24-
import static org.openqa.selenium.testing.Driver.MARIONETTE;
2524

2625
import org.junit.Test;
2726
import org.openqa.selenium.testing.JUnit4TestBase;
@@ -131,7 +130,6 @@ public void testCanSelectFromMultipleSelectWhereValueIsBelowVisibleRange() {
131130
}
132131

133132
@Test
134-
@NotYetImplemented(MARIONETTE)
135133
public void testCannotSetDisabledOption() {
136134
driver.get(pages.selectPage);
137135
WebElement element = driver.findElement(By.cssSelector("#visibility .disabled"));

0 commit comments

Comments
 (0)