Plavi has uploaded a new change for review. https://gerrit.wikimedia.org/r/88249
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(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/49/88249/1 diff --git a/features/support/pages/hotcat_page.rb b/features/support/pages/hotcat_page.rb index 1c07f80..394e8af 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, xpath: '//div[@id=\'mw-normal-catlinks\']/a[1]') 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: newchange Gerrit-Change-Id: I0204b809a915c271a675c108dc592da4e38b9084 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Plavi <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
