From 2c10e4a7be2db9bc88ae3a435ff7050034e2074e Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Mon, 16 Sep 2024 11:36:29 +0200 Subject: [PATCH] gerkin lint fix --- .../features/apiOcm/createInvitation.feature | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/acceptance/features/apiOcm/createInvitation.feature b/tests/acceptance/features/apiOcm/createInvitation.feature index e9a25b98cc..64cae31adf 100755 --- a/tests/acceptance/features/apiOcm/createInvitation.feature +++ b/tests/acceptance/features/apiOcm/createInvitation.feature @@ -134,20 +134,20 @@ Feature: create invitation | @domain.com | 400 | | user@domain..com | 400 | - # @email - # 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" - # """ - # Hi, + @email @skip + 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" + """ + 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: - # Token: %fed_invitation_token% - # ProviderDomain: https://ocis-server:9200 - # """ + Please visit your federation provider and use the following details: + Token: %fed_invitation_token% + ProviderDomain: https://ocis-server:9200 + """ @env-config Scenario: user cannot see expired invitation tokens