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/issues.feature | |
| parent | bb75052a904c24d1484fa6ec0ad96839effb8ee3 (diff) | |
| download | gitlab-ce-d74f54736b8aabb3885648c44d7e253209b8e9e1.tar.gz | |
rewrite dashboard feature steps using spinach
Diffstat (limited to 'features/dashboard/issues.feature')
| -rw-r--r-- | features/dashboard/issues.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/dashboard/issues.feature b/features/dashboard/issues.feature index c3361bb313f..895b89aa38a 100644 --- a/features/dashboard/issues.feature +++ b/features/dashboard/issues.feature @@ -1,8 +1,8 @@ Feature: Dashboard Issues - Background: - Given I signin as a user + Background: + Given I sign in as a user And I have assigned issues - And I visit dashboard issues page + And I visit dashboard issues page Scenario: I should see issues list Then I should see issues assigned to me |
