Refactor the syntax of the scenarios in local API tests

This commit is contained in:
Swikriti Tripathi
2023-04-20 15:32:15 +05:45
parent 53419c9f2b
commit 7db5b86bd4
49 changed files with 528 additions and 463 deletions
@@ -1,5 +1,8 @@
@api @skipOnOcV10
Feature:
Feature: change shared resource
As a user
I want to change the shared resource
So that I can organize them as per my necessity
Background:
Given using spaces DAV path
@@ -9,7 +12,7 @@ Feature:
| Brian |
@issue-4421
Scenario: Move files between shares by different users
Scenario: move files between shares by different users
Given user "Carol" has been created with default attributes and without skeleton files
And user "Alice" has uploaded file with content "some data" to "/textfile0.txt"
And user "Alice" has created folder "/PARENT"