Cmcmahon has submitted this change and it was merged. 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(-) Approvals: Cmcmahon: Verified; Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Ied7b4089a02b8f077482b64b65faadeac71357ea Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
