Spianch test for group dashboard
This commit is contained in:
parent
224fb5770c
commit
8b76e30656
6 changed files with 68 additions and 13 deletions
9
features/group/group.feature
Normal file
9
features/group/group.feature
Normal file
|
@ -0,0 +1,9 @@
|
|||
Feature: Groups
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
And I have group with projects
|
||||
|
||||
Scenario: I should see group dashboard list
|
||||
When I visit group page
|
||||
Then I should see projects list
|
||||
And I should see projects activity feed
|
Loading…
Add table
Add a link
Reference in a new issue