Skip to content

Commit fb3d4c4

Browse files
committed
Unignoring tests in marionette, new firefox nightly fixed the issue with capabilities
1 parent c81a3f3 commit fb3d4c4

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ private void initLocalDriver(String strategy) {
8585
@Ignore(CHROME)
8686
@Ignore(SAFARI)
8787
@Ignore(PHANTOMJS)
88-
@NotYetImplemented(MARIONETTE)
8988
@NeedsLocalEnvironment
9089
public void testNoneStrategyShouldNotWaitForPageToLoad() {
9190
initLocalDriver("none");
@@ -106,7 +105,6 @@ public void testNoneStrategyShouldNotWaitForPageToLoad() {
106105
@Ignore(CHROME)
107106
@Ignore(SAFARI)
108107
@Ignore(PHANTOMJS)
109-
@NotYetImplemented(MARIONETTE)
110108
@NeedsLocalEnvironment
111109
public void testNoneStrategyShouldNotWaitForPageToRefresh() {
112110
initLocalDriver("none");
@@ -132,7 +130,6 @@ public void testNoneStrategyShouldNotWaitForPageToRefresh() {
132130
@Ignore(CHROME)
133131
@Ignore(SAFARI)
134132
@Ignore(PHANTOMJS)
135-
@NotYetImplemented(MARIONETTE)
136133
@NeedsLocalEnvironment
137134
public void testEagerStrategyShouldNotWaitForResources() {
138135
initLocalDriver("eager");
@@ -157,7 +154,6 @@ public void testEagerStrategyShouldNotWaitForResources() {
157154
@Ignore(CHROME)
158155
@Ignore(SAFARI)
159156
@Ignore(PHANTOMJS)
160-
@NotYetImplemented(MARIONETTE)
161157
@NeedsLocalEnvironment
162158
public void testEagerStrategyShouldNotWaitForResourcesOnRefresh() {
163159
initLocalDriver("eager");
@@ -354,7 +350,6 @@ public void testShouldBeAbleToNavigateForwardsInTheBrowserHistory() {
354350
@Ignore(IE)
355351
@Ignore(PHANTOMJS)
356352
@Ignore(value = SAFARI, reason = "does not support insecure SSL")
357-
@NotYetImplemented(MARIONETTE)
358353
public void testShouldBeAbleToAccessPagesWithAnInsecureSslCertificate() {
359354
// TODO(user): Set the SSL capability to true.
360355
driver.get(appServer.whereIsSecure("simpleTest.html"));

java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
import org.openqa.selenium.testing.NeedsFreshDriver;
6767
import org.openqa.selenium.testing.NeedsLocalEnvironment;
6868
import org.openqa.selenium.testing.NoDriverAfterTest;
69-
import org.openqa.selenium.testing.NotYetImplemented;
7069
import org.openqa.selenium.testing.drivers.SauceDriver;
7170
import org.openqa.selenium.testing.drivers.SynthesizedFirefoxDriver;
7271
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
@@ -119,7 +118,6 @@ public void canStartDriverWithSpecifiedProfile() {
119118
}
120119

121120
@Test
122-
@NotYetImplemented(MARIONETTE)
123121
public void canPassCapabilities() {
124122
DesiredCapabilities capabilities = new DesiredCapabilities();
125123
capabilities.setCapability(CapabilityType.PAGE_LOAD_STRATEGY, "none");

java/client/test/org/openqa/selenium/firefox/MarionetteTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public void canStartDriverWithSpecifiedBinaryAndProfile() throws IOException {
102102
}
103103

104104
@Test
105-
@NotYetImplemented(MARIONETTE)
106105
public void canPassCapabilities() {
107106
DesiredCapabilities capabilities = new DesiredCapabilities();
108107
capabilities.setCapability(CapabilityType.PAGE_LOAD_STRATEGY, "none");

0 commit comments

Comments
 (0)