A bit of spinach tests
This commit is contained in:
parent
ab344f31b6
commit
2f6603e581
11 changed files with 116 additions and 95 deletions
13
features/admin/projects.feature
Normal file
13
features/admin/projects.feature
Normal file
|
@ -0,0 +1,13 @@
|
|||
Feature: Admin Projects
|
||||
Background:
|
||||
Given I sign in as an admin
|
||||
And there are projects in system
|
||||
|
||||
Scenario: Projects list
|
||||
When I visit admin projects page
|
||||
Then I should see all projects
|
||||
|
||||
Scenario: Projects show
|
||||
When I visit admin projects page
|
||||
And I click on first project
|
||||
Then I should see project details
|
Loading…
Add table
Add a link
Reference in a new issue