Fix notifications cuke
This commit is contained in:
parent
583dd20249
commit
c8bc7349ad
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ Feature: Notifications
|
|||
And I add the person to my "Besties" aspect
|
||||
And I go to the destroy user session page
|
||||
When I sign in as "alice@alice.alice"
|
||||
And I follow "notifications" in the header
|
||||
And I follow "notification" in the header
|
||||
And I wait for the ajax to finish
|
||||
Then the notification dropdown should be visible
|
||||
Then I should see "started sharing with you"
|
||||
|
|
@ -33,7 +33,7 @@ Feature: Notifications
|
|||
And I go to the destroy user session page
|
||||
When I sign in as "alice@alice.alice"
|
||||
|
||||
And I follow "notifications" in the header
|
||||
And I follow "notification" in the header
|
||||
And I wait for the ajax to finish
|
||||
Then the notification dropdown should be visible
|
||||
And I wait for the ajax to finish
|
||||
|
|
@ -52,7 +52,7 @@ Feature: Notifications
|
|||
And I go to the destroy user session page
|
||||
When I sign in as "alice@alice.alice"
|
||||
|
||||
And I follow "notifications" in the header
|
||||
And I follow "notification" in the header
|
||||
And I wait for the ajax to finish
|
||||
Then the notification dropdown should be visible
|
||||
And I wait for the ajax to finish
|
||||
|
|
|
|||
Loading…
Reference in a new issue