diff options
Diffstat (limited to 'features/group')
| -rw-r--r-- | features/group/group.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature new file mode 100644 index 00000000000..dbddb92ccce --- /dev/null +++ b/features/group/group.feature @@ -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 |
