From 6f14040e8ec05ef222bdb67215a2fd40655079fb Mon Sep 17 00:00:00 2001 From: flaburgan Date: Tue, 28 Mar 2017 13:06:47 +0200 Subject: [PATCH] Fix invitation from sidebar closes #7404 --- features/desktop/invitations.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features/desktop/invitations.feature b/features/desktop/invitations.feature index 683006b9b..dd38873cc 100644 --- a/features/desktop/invitations.feature +++ b/features/desktop/invitations.feature @@ -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