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() {
282282 assertThat (driver .getTitle (), equalTo (originalTitle ));
283283 }
284284
285- @ Ignore (value = {SAFARI , MARIONETTE }, issues = {3771 })
285+ @ Ignore (value = {SAFARI }, issues = {3771 })
286286 @ Test
287287 public void testShouldBeAbleToNavigateBackInTheBrowserHistory () {
288288 driver .get (pages .formPage );
@@ -306,7 +306,7 @@ public void testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes
306306 wait .until (titleIs ("XHTML Test Page" ));
307307 }
308308
309- @ Ignore (value = {SAFARI , MARIONETTE }, issues = {3771 })
309+ @ Ignore (value = {SAFARI }, issues = {3771 })
310310 @ Test
311311 public void testShouldBeAbleToNavigateForwardsInTheBrowserHistory () {
312312 driver .get (pages .formPage );
You can’t perform that action at this time.
0 commit comments