We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4789195 commit e1cbaddCopy full SHA for e1cbadd
java/client/test/org/openqa/selenium/SelectElementHandlingTest.java
@@ -21,7 +21,6 @@
21
import static org.junit.Assert.assertThat;
22
import static org.junit.Assert.assertTrue;
23
import static org.openqa.selenium.testing.Driver.HTMLUNIT;
24
-import static org.openqa.selenium.testing.Driver.MARIONETTE;
25
26
import org.junit.Test;
27
import org.openqa.selenium.testing.JUnit4TestBase;
@@ -131,7 +130,6 @@ public void testCanSelectFromMultipleSelectWhereValueIsBelowVisibleRange() {
131
130
}
132
133
@Test
134
- @NotYetImplemented(MARIONETTE)
135
public void testCannotSetDisabledOption() {
136
driver.get(pages.selectPage);
137
WebElement element = driver.findElement(By.cssSelector("#visibility .disabled"));
0 commit comments