Cmcmahon has uploaded a new change for review. https://gerrit.wikimedia.org/r/75145
Change subject: Change to click Edit source, VE is enabled for anonymous users now ...................................................................... Change to click Edit source, VE is enabled for anonymous users now Change-Id: Ia5ace7dcd6f17f1864b4dc10f7e1bf1afd7ef449 --- M features/support/pages/aftv5_page.rb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/45/75145/1 diff --git a/features/support/pages/aftv5_page.rb b/features/support/pages/aftv5_page.rb index d37d073..3733661 100644 --- a/features/support/pages/aftv5_page.rb +++ b/features/support/pages/aftv5_page.rb @@ -10,7 +10,7 @@ a(:all_comments, text: /All comments/) a(:back_to_yesno, text: 'Back to step 1') span(:create_account, text: 'Create an account') - a(:edit, text: 'Edit') + a(:edit, text: 'Edit source') a(:feedback_page, text: 'feedback page') a(:helpful_feedback, href: 'http://en.wikipedia.org/wiki/Wikipedia:Feedback_guidelines', text: 'helpful feedback') text_area(:input_area, id: 'articleFeedbackv5-find-feedback') -- To view, visit https://gerrit.wikimedia.org/r/75145 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia5ace7dcd6f17f1864b4dc10f7e1bf1afd7ef449 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
