Files
opencloud/tests/acceptance/features/apiOcm/ocm.feature
Viktor Scharf 586e6f7bd1 Merge pull request #9439 from owncloud/addDocsToOcmTests
[test-only] add testing docs to ocm test
2024-06-27 13:03:01 +02:00

21 lines
672 B
Gherkin
Executable File

@ocm
Feature: an user shares resources usin ScienceMesh application
As a user
I want to share resources between different ocis instances
Background:
Given these users have been created with default attributes and without skeleton files:
| username |
| Alice |
And using server "REMOTE"
And user "Brian" has been created with default attributes and without skeleton files
Scenario: user generates invitation
Given using server "LOCAL"
When "Alice" generates invitation
Then the HTTP status code should be "200"
When using server "REMOTE"
And "Brian" accepts invitation
Then the HTTP status code should be "200"