Cmcmahon has uploaded a new change for review. https://gerrit.wikimedia.org/r/76111
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(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/11/76111/1 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: newchange Gerrit-Change-Id: I5359391e7ea8f1bc7f4f66d058726f34ccb5e08c 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
