More group tests with spinach
This commit is contained in:
parent
83dc5f9362
commit
42abdf69d5
5 changed files with 98 additions and 4 deletions
10
features/admin/groups.feature
Normal file
10
features/admin/groups.feature
Normal file
|
@ -0,0 +1,10 @@
|
|||
Feature: Admin Groups
|
||||
Background:
|
||||
Given I sign in as an admin
|
||||
And I visit admin groups page
|
||||
|
||||
Scenario: Create a group
|
||||
When I click new group link
|
||||
And submit form with new group info
|
||||
Then I should be redirected to group page
|
||||
And I should see newly created group
|
Loading…
Add table
Add a link
Reference in a new issue