diff --git a/features/infinite_scroll.feature b/features/infinite_scroll.feature index 7982715c0..da2884b0c 100644 --- a/features/infinite_scroll.feature +++ b/features/infinite_scroll.feature @@ -40,7 +40,7 @@ Feature: infinite scroll Then I should see "No more" Scenario: on the main stream post created time - When I follow "post time" + When I follow "posted" Then I should see 15 posts And I should see "alice - 15 - #seeded" diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature index 98bdb147d..af918bf47 100644 --- a/features/manages_aspects.feature +++ b/features/manages_aspects.feature @@ -23,9 +23,10 @@ Feature: User manages contacts Given I am signed in And I have 2 contacts 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 "Edit Cat People" + And I wait for the ajax to finish And I press the first ".contact_list .button" And I wait for the ajax to finish Then I should have 1 contact in "Cat People"