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/dashboard.feature | |
parent | bb75052a904c24d1484fa6ec0ad96839effb8ee3 (diff) | |
download | gitlab-ce-d74f54736b8aabb3885648c44d7e253209b8e9e1.tar.gz |
rewrite dashboard feature steps using spinach
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r-- | features/dashboard/dashboard.feature | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 98bb49803f3..9756bc7f64d 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -1,9 +1,9 @@ Feature: Dashboard - Background: - Given I signin as a user + Background: + Given I sign in as a user And I own project "Shop" And project "Shop" has push event - And I visit dashboard page + And I visit dashboard page Scenario: I should see projects list Then I should see "New Project" link @@ -25,4 +25,3 @@ Feature: Dashboard And user with name "John Doe" left project "Shop" When I visit dashboard page Then I should see "John Doe left project Shop" event - |