File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ public void testShouldDoNothingIfThereIsNothingToGoBackTo() {
282
282
assertThat (driver .getTitle (), equalTo (originalTitle ));
283
283
}
284
284
285
- @ Ignore (value = {SAFARI , MARIONETTE }, issues = {3771 })
285
+ @ Ignore (value = {SAFARI }, issues = {3771 })
286
286
@ Test
287
287
public void testShouldBeAbleToNavigateBackInTheBrowserHistory () {
288
288
driver .get (pages .formPage );
@@ -306,7 +306,7 @@ public void testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes
306
306
wait .until (titleIs ("XHTML Test Page" ));
307
307
}
308
308
309
- @ Ignore (value = {SAFARI , MARIONETTE }, issues = {3771 })
309
+ @ Ignore (value = {SAFARI }, issues = {3771 })
310
310
@ Test
311
311
public void testShouldBeAbleToNavigateForwardsInTheBrowserHistory () {
312
312
driver .get (pages .formPage );
You can’t perform that action at this time.
0 commit comments