Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-04-30 18:40:21 +0300
committerStan Hu <stanhu@gmail.com>2015-04-30 18:54:08 +0300
commitd79348ab55c668883aa8d2a7fd5b59f28eb5118a (patch)
treef06a5c9b953d9650dd006d022af3d553ecb0e8cc /features/search.feature
parent39a55bdf1a1613f362bcd7da444b291210454160 (diff)
Fix Error 500 when searching Wiki pages
Closes #1547
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