mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-26 15:39:18 -06:00
skip email tets
This commit is contained in:
@@ -134,19 +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
|
||||
# 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.
|
||||
Please visit your federation provider and use the following details:
|
||||
Token: %fed_invitation_token%
|
||||
ProviderDomain: https://ocis-server:9200
|
||||
"""
|
||||
# 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
|
||||
# """
|
||||
|
||||
@env-config
|
||||
Scenario: user cannot see expired invitation tokens
|
||||
|
||||
Reference in New Issue
Block a user