Cmcmahon has uploaded a new change for review. https://gerrit.wikimedia.org/r/67474
Change subject: add when_visible because test is slow on Sauce ...................................................................... add when_visible because test is slow on Sauce Change-Id: Ied7b4089a02b8f077482b64b65faadeac71357ea --- M features/step_definitions/guided_tour_steps.rb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/74/67474/1 diff --git a/features/step_definitions/guided_tour_steps.rb b/features/step_definitions/guided_tour_steps.rb index 3e2d519..d667fe0 100644 --- a/features/step_definitions/guided_tour_steps.rb +++ b/features/step_definitions/guided_tour_steps.rb @@ -51,7 +51,7 @@ end When /^I save the page without changing anything$/ do - on(TourPage).submit_changes + on(TourPage).when_visible.submit_changes end Then /^Looking for more to do guider should not appear$/ do -- To view, visit https://gerrit.wikimedia.org/r/67474 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ied7b4089a02b8f077482b64b65faadeac71357ea Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
