Fix invitation from sidebar

closes #7404
This commit is contained in:
flaburgan 2017-03-28 13:06:47 +02:00 committed by Benjamin Neff
parent 577ead7768
commit 6f14040e8e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -46,7 +46,8 @@ Feature: Invitations
And I fill in the following:
| email_inviter_emails | alex@example.com |
And I press "Send an invitation"
Then I should have 1 Devise email delivery
Then I should see a flash message indicating success
And I should have 1 Devise email delivery
And I should not see "change your notification settings" in the last sent email
Scenario: sends an invitation from the stream
@ -56,7 +57,8 @@ Feature: Invitations
And I fill in the following:
| email_inviter_emails | alex@example.com |
And I press "Send an invitation"
Then I should have 1 Devise email delivery
Then I should see a flash message indicating success
And I should have 1 Devise email delivery
And I should not see "change your notification settings" in the last sent email
Scenario: sends an invitation from the people search page