Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/54103
Change subject: Squashed commit of the following: ...................................................................... Squashed commit of the following: commit 9aa28a25934e82241a3e5046b8a44aa87681c21d 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 db08270729bd06c842a886b529deea7951593174 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: I8a35d4b67021b0c4ff15b8640a936eaef443d60e --- M features/search.feature 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/03/54103/1 diff --git a/features/search.feature b/features/search.feature index 422e884..8458e3b 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 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/54103 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8a35d4b67021b0c4ff15b8640a936eaef443d60e Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
