File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
java/client/test/org/openqa/selenium/firefox Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 31
31
import static org .junit .Assume .assumeTrue ;
32
32
import static org .openqa .selenium .WaitingConditions .elementValueToEqual ;
33
33
import static org .openqa .selenium .support .ui .ExpectedConditions .titleIs ;
34
- import static org .openqa .selenium .testing .Ignore .Driver .FIREFOX ;
35
34
import static org .openqa .selenium .testing .Ignore .Driver .MARIONETTE ;
36
35
37
36
import com .google .common .base .Throwables ;
@@ -203,7 +202,6 @@ public void shouldBeAbleToStartFromProfileWithLogFileSet() throws IOException {
203
202
}
204
203
205
204
@ Test
206
- @ Ignore (FIREFOX )
207
205
public void shouldBeAbleToStartFromProfileWithLogFileSetToStdout () throws IOException {
208
206
FirefoxProfile profile = new FirefoxProfile ();
209
207
@@ -219,7 +217,6 @@ public void shouldBeAbleToStartFromProfileWithLogFileSetToStdout() throws IOExce
219
217
}
220
218
221
219
@ Test
222
- @ Ignore (FIREFOX )
223
220
public void shouldBeAbleToStartANamedProfile () {
224
221
FirefoxProfile profile = new ProfilesIni ().getProfile ("default" );
225
222
You can’t perform that action at this time.
0 commit comments