Better cucumber coverage for dashboard
This commit is contained in:
parent
2cf5a9efbc
commit
217810433b
3 changed files with 84 additions and 0 deletions
8
features/dashboard/issues.feature
Normal file
8
features/dashboard/issues.feature
Normal file
|
@ -0,0 +1,8 @@
|
|||
Feature: Dashboard Issues
|
||||
Background:
|
||||
Given I signin as a user
|
||||
And I have assigned issues
|
||||
And I visit dashboard issues page
|
||||
|
||||
Scenario: I should see issues list
|
||||
Then I should see issues assigned to me
|
8
features/dashboard/merge_requests.feature
Normal file
8
features/dashboard/merge_requests.feature
Normal file
|
@ -0,0 +1,8 @@
|
|||
Feature: Dashboard MR
|
||||
Background:
|
||||
Given I signin as a user
|
||||
And I have authored merge requests
|
||||
And I visit dashboard merge requests page
|
||||
|
||||
Scenario: I should see projects list
|
||||
Then I should see my merge requests
|
Loading…
Add table
Add a link
Reference in a new issue