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 12f9197 commit e775891Copy full SHA for e775891
java/client/test/org/openqa/selenium/firefox/MarionetteTest.java
@@ -18,6 +18,7 @@
18
package org.openqa.selenium.firefox;
19
20
import static org.openqa.selenium.testing.Driver.FIREFOX;
21
+import static org.openqa.selenium.testing.Driver.MARIONETTE;
22
23
import org.junit.After;
24
import org.junit.Test;
@@ -40,6 +41,7 @@ public void quitDriver() {
40
41
}
42
43
@Test
44
+ @Ignore(MARIONETTE)
45
public void shouldUseFirefoxOptions() throws InterruptedException {
46
DesiredCapabilities caps = new FirefoxOptions()
47
.addPreference("browser.startup.page", 1)
0 commit comments