diff options
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 |