fix notification cuke
This commit is contained in:
parent
09f40c8684
commit
9550082a94
1 changed files with 0 additions and 3 deletions
|
|
@ -64,13 +64,10 @@ Feature: Notifications
|
||||||
And I focus the comment field
|
And I focus the comment field
|
||||||
And I fill in "text" with "great post!"
|
And I fill in "text" with "great post!"
|
||||||
And I press "Comment"
|
And I press "Comment"
|
||||||
And I wait for the ajax to finish
|
|
||||||
And I go to the destroy user session page
|
And I go to the destroy user session page
|
||||||
When I sign in as "alice@alice.alice"
|
When I sign in as "alice@alice.alice"
|
||||||
And I follow "Notifications" in the header
|
And I follow "Notifications" in the header
|
||||||
And I wait for the ajax to finish
|
|
||||||
Then the notification dropdown should be visible
|
Then the notification dropdown should be visible
|
||||||
And I wait for the ajax to finish
|
|
||||||
Then I should see "commented on your post"
|
Then I should see "commented on your post"
|
||||||
And I should have 1 email delivery
|
And I should have 1 email delivery
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue