refactor feature steps
This commit is contained in:
parent
ef4e9c24d3
commit
79eb5ab396
34 changed files with 270 additions and 376 deletions
|
@ -4,7 +4,7 @@ Feature: Create Project
|
|||
Should be able to create a new one
|
||||
|
||||
Scenario: User create a project
|
||||
Given I signin as a user
|
||||
Given I sign in as a user
|
||||
When I visit new project page
|
||||
And fill project form with valid data
|
||||
Then I should see project page
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
@javascript
|
||||
Feature: Project Wall
|
||||
In order to use Project Wall
|
||||
A user
|
||||
Should be able to read & write messages
|
||||
A user should be able to read and write messages
|
||||
|
||||
Background:
|
||||
Given I signin as a user
|
||||
Given I sign in as a user
|
||||
And I own project "Shop"
|
||||
And I visit project "Shop" wall page
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue