diff --git a/tests/acceptance/features/apiSharingNg/listPermissions.feature b/tests/acceptance/features/apiSharingNg/listPermissions.feature index 494c534db1..2b7914c5c0 100644 --- a/tests/acceptance/features/apiSharingNg/listPermissions.feature +++ b/tests/acceptance/features/apiSharingNg/listPermissions.feature @@ -1051,7 +1051,7 @@ Feature: List a sharing permissions And user "Brian" has been created with default attributes and without skeleton files When user "Alice" gets permissions list for file "textfile.txt" of the space "Personal" using the Graph API Then the HTTP status code should be "200" - And user "Alice" should be able to send share the following invitation with all allowed permission roles + And user "Alice" should be able to send the following resource share invitation with all allowed permission roles | resource | textfile.txt | | space | Personal | | sharee | Brian | @@ -1063,7 +1063,7 @@ Feature: List a sharing permissions And user "Brian" has been created with default attributes and without skeleton files When user "Alice" gets permissions list for folder "folder" of the space "Personal" using the Graph API Then the HTTP status code should be "200" - And user "Alice" should be able to send share the following invitation with all allowed permission roles + And user "Alice" should be able to send the following resource share invitation with all allowed permission roles | resource | folder | | space | Personal | | sharee | Brian | @@ -1266,7 +1266,7 @@ Feature: List a sharing permissions And user "Brian" has been created with default attributes and without skeleton files When user "Alice" lists the permissions of space "new-space" using permissions endpoint of the Graph API Then the HTTP status code should be "200" - And user "Alice" should be able to send share the following invitation with all allowed permission roles + And user "Alice" should be able to send the following resource share invitation with all allowed permission roles | space | new-space | | sharee | Brian | | shareType | user | @@ -1280,7 +1280,7 @@ Feature: List a sharing permissions And user "Brian" has been created with default attributes and without skeleton files When user "Alice" gets permissions list for file "textfile.txt" of the space "new-space" using the Graph API Then the HTTP status code should be "200" - And user "Alice" should be able to send share the following invitation with all allowed permission roles + And user "Alice" should be able to send the following resource share invitation with all allowed permission roles | resource | textfile.txt | | space | new-space | | sharee | Brian | @@ -1337,7 +1337,7 @@ Feature: List a sharing permissions And user "Brian" has been created with default attributes and without skeleton files When user "Alice" gets permissions list for folder "folder" of the space "new-space" using the Graph API Then the HTTP status code should be "200" - And user "Alice" should be able to send share the following invitation with all allowed permission roles + And user "Alice" should be able to send the following resource share invitation with all allowed permission roles | resource | folder | | space | new-space | | sharee | Brian | diff --git a/tests/acceptance/features/bootstrap/SharingNgContext.php b/tests/acceptance/features/bootstrap/SharingNgContext.php index b54140b4fa..f1268ec76a 100644 --- a/tests/acceptance/features/bootstrap/SharingNgContext.php +++ b/tests/acceptance/features/bootstrap/SharingNgContext.php @@ -1276,7 +1276,7 @@ class SharingNgContext implements Context { } /** - * @Then user :user should be able to send share the following invitation with all allowed permission roles + * @Then user :user should be able to send the following resource share invitation with all allowed permission roles * * @param string $user * @param TableNode $table