summaryrefslogtreecommitdiff
path: root/features/search.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/search.feature')
-rw-r--r--features/search.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/search.feature b/features/search.feature
index def21e00923..1608e824671 100644
--- a/features/search.feature
+++ b/features/search.feature
@@ -44,3 +44,9 @@ Feature: Search
Then I should see "Foo" link in the search results
And I should not see "Bar" link in the search results
+ Scenario: I should see Wiki blobs
+ And project has Wiki content
+ When I click project "Shop" link
+ And I search for "Wiki content"
+ And I click "Wiki" link
+ Then I should see "test_wiki" link in the search results