gerkin lint fix

This commit is contained in:
Viktor Scharf
2024-09-16 11:36:29 +02:00
parent a109483cb3
commit 2c10e4a7be
@@ -134,20 +134,20 @@ Feature: create invitation
| @domain.com | 400 | | @domain.com | 400 |
| user@domain..com | 400 | | user@domain..com | 400 |
# @email @email @skip
# Scenario: federated user gets an email notification if their email was specified when creating the federation share invitation Scenario: federated user gets an email notification if their email was specified when creating the federation share invitation
# Given using server "LOCAL" Given using server "LOCAL"
# When "Alice" has created the federation share invitation with email "brian@example.com" and description "a share invitation from Alice" 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"
# """ """
# Hi, Hi,
# Alice Hansen (alice@example.org) wants to start sharing collaboration resources with you. 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 provider and use the following details:
# Token: %fed_invitation_token% Token: %fed_invitation_token%
# ProviderDomain: https://ocis-server:9200 ProviderDomain: https://ocis-server:9200
# """ """
@env-config @env-config
Scenario: user cannot see expired invitation tokens Scenario: user cannot see expired invitation tokens