Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/232138
Change subject: QA: Allow time for the collections overlay to appear. ...................................................................... QA: Allow time for the collections overlay to appear. Change-Id: Ie722c705e6a08f9d35c6792955229cbc0ce8fd89 --- M tests/browser/features/step_definitions/add_to_collection_steps.rb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather refs/changes/38/232138/1 diff --git a/tests/browser/features/step_definitions/add_to_collection_steps.rb b/tests/browser/features/step_definitions/add_to_collection_steps.rb index 1f7ded8..50c45e4 100644 --- a/tests/browser/features/step_definitions/add_to_collection_steps.rb +++ b/tests/browser/features/step_definitions/add_to_collection_steps.rb @@ -12,7 +12,7 @@ end Then(/^I see the collection dialog$/) do - expect(on(ArticlePage).collections_overlay_element).to exist + expect(on(ArticlePage).collections_overlay_element.when_present).to exist end Then(/^I see a more button$/) do -- To view, visit https://gerrit.wikimedia.org/r/232138 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie722c705e6a08f9d35c6792955229cbc0ce8fd89 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Gather Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
