fix flaky test

This commit is contained in:
Viktor Scharf
2024-09-23 16:38:51 +02:00
parent 0a3a1e2ee6
commit 26a02bb141
2 changed files with 5 additions and 17 deletions
@@ -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 "brian@example.com" 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 "david@example.com" and description "a share invitation from Alice"
And user "David" should have received the following email from user "Alice" ignoring whitespaces
"""
Hi,