Files
opencloud/tests/acceptance/features/apiOcm/ocm.feature
T
prashant-gurung899 263a3dc4e2 remove unused index paramater
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-06-27 15:43:28 +05:45

20 lines
667 B
Gherkin
Executable File

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"