diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 01:51:02 -0700 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2012-09-10 02:20:12 -0700 |
commit | d74f54736b8aabb3885648c44d7e253209b8e9e1 (patch) | |
tree | 8531def14e27e034edb018fa524b287bf8690618 /features/dashboard/search.feature | |
parent | bb75052a904c24d1484fa6ec0ad96839effb8ee3 (diff) | |
download | gitlab-ce-d74f54736b8aabb3885648c44d7e253209b8e9e1.tar.gz |
rewrite dashboard feature steps using spinach
Diffstat (limited to 'features/dashboard/search.feature')
-rw-r--r-- | features/dashboard/search.feature | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/features/dashboard/search.feature b/features/dashboard/search.feature index f053fe86fc8..91d870f46f3 100644 --- a/features/dashboard/search.feature +++ b/features/dashboard/search.feature @@ -1,11 +1,9 @@ Feature: Dashboard Search - Background: - Given I signin as a user + Background: + Given I sign in as a user And I own project "Shop" - And I visit dashboard search page + And I visit dashboard search page - Scenario: I should see project i'm looking for + Scenario: I should see project I am looking for Given I search for "Sho" Then I should see "Shop" project link - - |