Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/54097
Change subject: find tokens in the captions of uploaded files ...................................................................... find tokens in the captions of uploaded files from https://www.mediawiki.org/wiki/QA/Browser_testing/Test_backlog#Search Change-Id: I9c600eefa6633609fc11929ef33a79cf8ec60015 --- M features/search.feature 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/97/54097/1 diff --git a/features/search.feature b/features/search.feature index 422e884..214eff2 100644 --- a/features/search.feature +++ b/features/search.feature @@ -11,3 +11,10 @@ When I search for: ma And I click the Search button Then I should land on Search Results page + + Scenario: Find tokens in the captions of uploaded files + Given I am on + And http://commons.wikimedia.beta.wmflabs.org/wiki/File:Presentation.pdf exists + And http://commons.wikimedia.beta.wmflabs.org/wiki/File:Presentation.pdf has the caption "This is a presentation about snails that User:GreenSpark gave on 6 December 2010 in Athens." + When I search for: snails + Then Presentation.pdf should be a result -- To view, visit https://gerrit.wikimedia.org/r/54097 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9c600eefa6633609fc11929ef33a79cf8ec60015 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Sumanah <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
