diff options
Diffstat (limited to 'build/integration/features/comments-search.feature')
-rw-r--r-- | build/integration/features/comments-search.feature | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/integration/features/comments-search.feature b/build/integration/features/comments-search.feature index 1886cb531b9..333407399d1 100644 --- a/build/integration/features/comments-search.feature +++ b/build/integration/features/comments-search.feature @@ -20,7 +20,7 @@ Feature: comments-search Given user "user0" exists And user "user1" exists And User "user1" uploads file "data/textfile.txt" to "/sharedFileToComment.txt" - And As "user1" sending "POST" to "/apps/files_sharing/api/v1/shares" with + And as "user1" creating a share with | path | sharedFileToComment.txt | | shareWith | user0 | | shareType | 0 | @@ -41,7 +41,7 @@ Feature: comments-search Given user "user0" exists And user "user1" exists And User "user0" uploads file "data/textfile.txt" to "/mySharedFileToComment.txt" - And As "user0" sending "POST" to "/apps/files_sharing/api/v1/shares" with + And as "user0" creating a share with | path | mySharedFileToComment.txt | | shareWith | user1 | | shareType | 0 | @@ -62,7 +62,7 @@ Feature: comments-search Given user "user0" exists And user "user1" exists And User "user1" uploads file "data/textfile.txt" to "/sharedFileToComment.txt" - And As "user1" sending "POST" to "/apps/files_sharing/api/v1/shares" with + And as "user1" creating a share with | path | sharedFileToComment.txt | | shareWith | user0 | | shareType | 0 | @@ -175,12 +175,12 @@ Feature: comments-search And user "user1" exists And User "user0" uploads file "data/textfile.txt" to "/myFileToComment.txt" And User "user0" uploads file "data/textfile.txt" to "/mySharedFileToComment.txt" - And As "user0" sending "POST" to "/apps/files_sharing/api/v1/shares" with + And as "user0" creating a share with | path | mySharedFileToComment.txt | | shareWith | user1 | | shareType | 0 | And User "user1" uploads file "data/textfile.txt" to "/sharedFileToComment.txt" - And As "user1" sending "POST" to "/apps/files_sharing/api/v1/shares" with + And as "user1" creating a share with | path | sharedFileToComment.txt | | shareWith | user0 | | shareType | 0 | |