-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10125 from owncloud/fixEmailTest
[test-only]fix email test
- Loading branch information
Showing
2 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,9 +136,11 @@ Feature: create invitation | |
|
||
@email @issue-10059 | ||
Scenario: federated user gets an email notification if their email was specified when creating the federation share invitation | ||
Given using server "LOCAL" | ||
When "Alice" has created the federation share invitation with email "[email protected]" and description "a share invitation from Alice" | ||
And user "Brian" should have received the following email from user "Alice" ignoring whitespaces | ||
Given using server "REMOTE" | ||
And user "David" has been created with default attributes and without skeleton files | ||
And using server "LOCAL" | ||
When "Alice" has created the federation share invitation with email "[email protected]" and description "a share invitation from Alice" | ||
And user "David" should have received the following email from user "Alice" ignoring whitespaces | ||
""" | ||
Hi, | ||
|