fix issue/10059

This commit is contained in:
Viktor Scharf
2024-09-19 07:05:59 +02:00
parent 052644a1a2
commit 0c4242d4bb
4 changed files with 42 additions and 4 deletions
@@ -134,17 +134,17 @@ Feature: create invitation
| @domain.com | 400 |
| user@domain..com | 400 |
@email @skip
@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 "brian@example.com" and description "a share invitation from Alice"
And user "Brian" should have received the following email from user "Alice"
And user "Brian" should have received the following email from user "Alice" ignoring whitespaces
"""
Hi,
Alice Hansen (alice@example.org) wants to start sharing collaboration resources with you.
Please visit your federation provider and use the following details:
Please visit your federation settings and use the following details:
Token: %fed_invitation_token%
ProviderDomain: https://ocis-server:9200
"""