add spinach steps for remaining features

This commit is contained in:
Nihad Abbasov 2012-09-10 06:35:23 -07:00
parent 698500dd78
commit b58155113b
16 changed files with 357 additions and 24 deletions

View file

@ -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"