diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-27 15:41:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-27 15:41:35 +0200 |
commit | d24fd32aa5090e1f26f028921048e15f09f82323 (patch) | |
tree | 7fa6ef9c9d7c41cdc99049049cb4b4985c7d064b /features/dashboard | |
parent | cd47e625f0f6b564dff9a5e5fa51f3d88db2b530 (diff) | |
download | gitlab-ce-d24fd32aa5090e1f26f028921048e15f09f82323.tar.gz |
feature tests
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/projects.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/dashboard/projects.feature b/features/dashboard/projects.feature new file mode 100644 index 00000000000..17022dab54f --- /dev/null +++ b/features/dashboard/projects.feature @@ -0,0 +1,8 @@ +Feature: Dashboard + Background: + Given I sign in as a user + And I own project "Shop" + And I visit dashboard projects page + + Scenario: I should see issues list + Then I should see projects list |