add spinach steps for remaining features
This commit is contained in:
parent
698500dd78
commit
b58155113b
16 changed files with 357 additions and 24 deletions
|
@ -7,11 +7,12 @@ Feature: Project Wall
|
|||
Background:
|
||||
Given I signin as a user
|
||||
And I own project "Shop"
|
||||
And I visit project "Shop" wall page
|
||||
And I visit project "Shop" wall page
|
||||
|
||||
@javascript
|
||||
Scenario: Write comment
|
||||
Given I write new comment "my special test message"
|
||||
Then I should see project wall note "my special test message"
|
||||
|
||||
Then I visit project "Shop" wall page
|
||||
Then I visit project "Shop" wall page
|
||||
And I should see project wall note "my special test message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue