Zfilipin has submitted this change and it was merged. Change subject: Fixed Hotcat test - plural/singular for Categories link ......................................................................
Fixed Hotcat test - plural/singular for Categories link Bug: 54244 Change-Id: I0204b809a915c271a675c108dc592da4e38b9084 --- M features/support/pages/hotcat_page.rb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Plavi: Looks good to me, but someone else must approve Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/features/support/pages/hotcat_page.rb b/features/support/pages/hotcat_page.rb index 1c07f80..3e09c41 100644 --- a/features/support/pages/hotcat_page.rb +++ b/features/support/pages/hotcat_page.rb @@ -3,7 +3,7 @@ a(:add_new_category, title: 'Add a new category') button(:cancel, value: 'Cancel') - a(:categories_link, text: 'Categories') + a(:categories_link, href: '/wiki/Special:Categories') a(:modify_several_categories, title: 'Modify several categories') button(:ok, value: 'OK') button(:save_button, value: 'Save') -- To view, visit https://gerrit.wikimedia.org/r/88249 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0204b809a915c271a675c108dc592da4e38b9084 Gerrit-PatchSet: 3 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Plavi <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Plavi <[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
