Adjust cukes
This commit is contained in:
parent
49d905c719
commit
11e5057e52
2 changed files with 3 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Feature: infinite scroll
|
||||||
Then I should see "No more"
|
Then I should see "No more"
|
||||||
|
|
||||||
Scenario: on the main stream post created time
|
Scenario: on the main stream post created time
|
||||||
When I follow "post time"
|
When I follow "posted"
|
||||||
Then I should see 15 posts
|
Then I should see 15 posts
|
||||||
And I should see "alice - 15 - #seeded"
|
And I should see "alice - 15 - #seeded"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,10 @@ Feature: User manages contacts
|
||||||
Given I am signed in
|
Given I am signed in
|
||||||
And I have 2 contacts
|
And I have 2 contacts
|
||||||
And I have an aspect called "Cat People"
|
And I have an aspect called "Cat People"
|
||||||
When I follow "Contacts"
|
When I am on the contacts page
|
||||||
And I follow "Cat People"
|
And I follow "Cat People"
|
||||||
And I follow "Edit Cat People"
|
And I follow "Edit Cat People"
|
||||||
|
And I wait for the ajax to finish
|
||||||
And I press the first ".contact_list .button"
|
And I press the first ".contact_list .button"
|
||||||
And I wait for the ajax to finish
|
And I wait for the ajax to finish
|
||||||
Then I should have 1 contact in "Cat People"
|
Then I should have 1 contact in "Cat People"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue