[tests-only] separate different SharingNG share steps (#9097)
* separate When steps using root and permissions endpoints test: separate resource sharing GIven step from space share test: share space via root endpoint in Given steps test: use existing step test: fix more steps * test: separate resource and space link share creation test: fix php code style
This commit is contained in:
@@ -109,7 +109,7 @@ Feature: media type search
|
||||
And user "Alice" has uploaded file "filesForUpload/data.7z" to "/uploadFolder/data.7z"
|
||||
And user "Alice" has uploaded file "filesForUpload/data.rar" to "/uploadFolder/data.rar"
|
||||
And user "Alice" has uploaded file "filesForUpload/data.tar.bz2" to "/uploadFolder/data.tar.bz2"
|
||||
And user "Alice" has sent the following share invitation:
|
||||
And user "Alice" has sent the following resource share invitation:
|
||||
| resource | uploadFolder |
|
||||
| space | Personal |
|
||||
| sharee | Brian |
|
||||
@@ -145,7 +145,7 @@ Feature: media type search
|
||||
And user "Alice" has uploaded a file "filesForUpload/data.7z" to "/data.7z" in space "project101"
|
||||
And user "Alice" has uploaded a file "filesForUpload/data.rar" to "/data.rar" in space "project101"
|
||||
And user "Alice" has uploaded a file "filesForUpload/data.tar.bz2" to "/data.tar.bz2" in space "project101"
|
||||
And user "Alice" has sent the following share invitation:
|
||||
And user "Alice" has sent the following space share invitation:
|
||||
| space | project101 |
|
||||
| sharee | Brian |
|
||||
| shareType | user |
|
||||
|
||||
@@ -125,7 +125,7 @@ Feature: tag search
|
||||
And user "Alice" has uploaded file with content "hello nepal" to "uploadFolder/file3.txt"
|
||||
And user "Alice" has created the following tags for file "uploadFolder/file1.txt" of the space "Personal":
|
||||
| tag1 |
|
||||
And user "Alice" has sent the following share invitation:
|
||||
And user "Alice" has sent the following resource share invitation:
|
||||
| resource | uploadFolder |
|
||||
| space | Personal |
|
||||
| sharee | Brian |
|
||||
@@ -154,7 +154,7 @@ Feature: tag search
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
And user "Alice" has created a space "tag-space" with the default quota using the Graph API
|
||||
And user "Alice" has sent the following share invitation:
|
||||
And user "Alice" has sent the following space share invitation:
|
||||
| space | tag-space |
|
||||
| sharee | Brian |
|
||||
| shareType | user |
|
||||
|
||||
Reference in New Issue
Block a user