Zfilipin has submitted this change and it was merged. Change subject: find tokens in the captions of uploaded files ......................................................................
find tokens in the captions of uploaded files Squashed commit of the following: commit 17414a68266a6e15941b938715680b39bc087a64 Author: Sumana Harihareswara <[email protected]> Date: Fri Mar 15 20:08:15 2013 -0300 fix missing "where I am" indicator I'm on the commons beta cluster site. commit 9f796285b2a3746b5dcf9d8f615182af4052545d Author: Sumana Harihareswara <[email protected]> Date: Fri Mar 15 19:28:27 2013 -0300 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(-) Approvals: Zfilipin: Verified; Looks good to me, approved diff --git a/features/search.feature b/features/search.feature index b7846fa..ff07463 100644 --- a/features/search.feature +++ b/features/search.feature @@ -23,3 +23,10 @@ Then I should be on the Search Results page And the page entitled "África" should be the top result And the results page should show Africa as a red link + + Scenario: Find tokens in the captions of uploaded files + Given I am on http://commons.wikimedia.beta.wmflabs.org/ + 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: merged Gerrit-Change-Id: I9c600eefa6633609fc11929ef33a79cf8ec60015 Gerrit-PatchSet: 5 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Sumanah <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
