diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-10 23:48:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-10 23:48:40 +0300 |
commit | 7786fe7ca84503ac2f00253f7097c754c51c1062 (patch) | |
tree | 78d1784d5e9d8f99c409f62df885db07411aace4 /features/dashboard | |
parent | 001f3bc59ef34752b98ab405fde2520b15eff51c (diff) | |
download | gitlab-ce-7786fe7ca84503ac2f00253f7097c754c51c1062.tar.gz |
Fixing specs & spinach since Wiki model does not exists any more
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/search.feature | 5 |
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 |