Cmcmahon has submitted this change and it was merged. Change subject: another fix for flaky post-VE editing ......................................................................
another fix for flaky post-VE editing Change-Id: I5359391e7ea8f1bc7f4f66d058726f34ccb5e08c --- M features/step_definitions/page_edit_steps.rb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/features/step_definitions/page_edit_steps.rb b/features/step_definitions/page_edit_steps.rb index fd19d63..c843226 100644 --- a/features/step_definitions/page_edit_steps.rb +++ b/features/step_definitions/page_edit_steps.rb @@ -5,7 +5,7 @@ on(EditPage).read_element.when_present.click end When(/^I click the View History Link$/) do - on(EditPage).view_history + on(EditPage).view_history_element.when_present.click end Then(/^Edit controls should be there$/) do -- To view, visit https://gerrit.wikimedia.org/r/76111 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5359391e7ea8f1bc7f4f66d058726f34ccb5e08c Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Cmcmahon <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
