Skip to content

Commit 7532726

Browse files
committed
Unignoring a green test
1 parent 517c588 commit 7532726

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import static org.junit.Assume.assumeTrue;
3232
import static org.openqa.selenium.WaitingConditions.elementValueToEqual;
3333
import static org.openqa.selenium.support.ui.ExpectedConditions.titleIs;
34-
import static org.openqa.selenium.testing.Ignore.Driver.FIREFOX;
3534
import static org.openqa.selenium.testing.Ignore.Driver.MARIONETTE;
3635

3736
import com.google.common.base.Throwables;
@@ -203,7 +202,6 @@ public void shouldBeAbleToStartFromProfileWithLogFileSet() throws IOException {
203202
}
204203

205204
@Test
206-
@Ignore(FIREFOX)
207205
public void shouldBeAbleToStartFromProfileWithLogFileSetToStdout() throws IOException {
208206
FirefoxProfile profile = new FirefoxProfile();
209207

@@ -219,7 +217,6 @@ public void shouldBeAbleToStartFromProfileWithLogFileSetToStdout() throws IOExce
219217
}
220218

221219
@Test
222-
@Ignore(FIREFOX)
223220
public void shouldBeAbleToStartANamedProfile() {
224221
FirefoxProfile profile = new ProfilesIni().getProfile("default");
225222

0 commit comments

Comments
 (0)