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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 00:48:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 00:48:40 +0400
commit7786fe7ca84503ac2f00253f7097c754c51c1062 (patch)
tree78d1784d5e9d8f99c409f62df885db07411aace4 /features/dashboard
parent001f3bc59ef34752b98ab405fde2520b15eff51c (diff)
Fixing specs & spinach since Wiki model does not exists any more
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/search.feature5
1 files changed, 0 insertions, 5 deletions
diff --git a/features/dashboard/search.feature b/features/dashboard/search.feature
index 9813d9d1e7c..91d870f46f3 100644
--- a/features/dashboard/search.feature
+++ b/features/dashboard/search.feature
@@ -2,13 +2,8 @@ Feature: Dashboard Search
Background:
Given I sign in as a user
And I own project "Shop"
- And Project "Shop" has wiki page "Contibuting guide"
And I visit dashboard search page
Scenario: I should see project I am looking for
Given I search for "Sho"
Then I should see "Shop" project link
-
- Scenario: I should see wiki page I am looking for
- Given I search for "Contibuting"
- Then I should see "Contibuting guide" wiki link \ No newline at end of file