From 6281d132d87437a58ccc702ec1b94410a9d33fad Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 20 Apr 2023 15:30:13 +0545 Subject: [PATCH] update grammar --- .../features/apiGraph/createGroupCaseSensitive.feature | 4 ++-- tests/acceptance/features/apiGraph/editUser.feature | 2 +- tests/acceptance/features/apiGraph/getApplications.feature | 6 +++--- tests/acceptance/features/apiSpaces/changeSpaces.feature | 4 ++-- tests/acceptance/features/apiSpaces/listSpaces.feature | 2 +- tests/acceptance/features/apiSpaces/resharing.feature | 2 +- .../features/apiSpaces/restoreSpaceObjects.feature | 2 +- tests/acceptance/features/apiSpaces/spaceManagement.feature | 2 +- tests/acceptance/features/apiSpaces/tag.feature | 2 +- tests/acceptance/features/apiSpaces/uploadSpaces.feature | 2 +- tests/acceptance/features/apiSpacesShares/favorite.feature | 2 +- .../features/apiSpacesShares/shareSpacesViaLink.feature | 2 +- .../features/apiSpacesShares/shareSubItemOfSpace.feature | 4 ++-- .../shareSubItemOfSpaceViaPublicLink.feature | 4 ++-- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature b/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature index fa4c6bdd13..a83fd1a20a 100644 --- a/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature +++ b/tests/acceptance/features/apiGraph/createGroupCaseSensitive.feature @@ -1,8 +1,8 @@ @api Feature: create groups, group names are case insensitive As an admin - I want to create group with similar cases - SO that I can check if the group name are case sensitive + I want to create groups with similar cases + SO that I can check if the group names are case sensitive @issue-3516 Scenario Outline: group names are case insensitive, creating groups with different upper and lower case names diff --git a/tests/acceptance/features/apiGraph/editUser.feature b/tests/acceptance/features/apiGraph/editUser.feature index cce245866c..810d5e5111 100644 --- a/tests/acceptance/features/apiGraph/editUser.feature +++ b/tests/acceptance/features/apiGraph/editUser.feature @@ -2,7 +2,7 @@ Feature: edit user As an admin I want to be able to edit user information - So that I can manage user + So that I can manage users Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiGraph/getApplications.feature b/tests/acceptance/features/apiGraph/getApplications.feature index e3472068b8..f79bb3d38c 100644 --- a/tests/acceptance/features/apiGraph/getApplications.feature +++ b/tests/acceptance/features/apiGraph/getApplications.feature @@ -1,8 +1,8 @@ @api @skipOnOcV10 @skipOnStable2.0 Feature: get applications - As an user - I want to be able to get applications information with existings roles - So that I can see which role blongs to what user + As a user + I want to be able to get application information with existing roles + So that I can see which role belongs to what user Background: Given user "Alice" has been created with default attributes and without skeleton files diff --git a/tests/acceptance/features/apiSpaces/changeSpaces.feature b/tests/acceptance/features/apiSpaces/changeSpaces.feature index 3b87e3ca0e..9f553475a2 100644 --- a/tests/acceptance/features/apiSpaces/changeSpaces.feature +++ b/tests/acceptance/features/apiSpaces/changeSpaces.feature @@ -1,8 +1,8 @@ @api @skipOnOcV10 Feature: Change data of space As a user with space admin rights - I want to be able to change the data of a created space (increase the quota, change name, etc.) - So that I can manage them + I want to be able to change the meta-data of a created space (increase the quota, change name, etc.) + So that I can manage the spaces Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpaces/listSpaces.feature b/tests/acceptance/features/apiSpaces/listSpaces.feature index c823faeb37..0dc114d5de 100644 --- a/tests/acceptance/features/apiSpaces/listSpaces.feature +++ b/tests/acceptance/features/apiSpaces/listSpaces.feature @@ -2,7 +2,7 @@ Feature: List and create spaces As a user I want to be able to list project spaces - So that I can retrive the information about them + So that I can retrieve the information about them Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpaces/resharing.feature b/tests/acceptance/features/apiSpaces/resharing.feature index 9608481f4c..646eac9e3c 100644 --- a/tests/acceptance/features/apiSpaces/resharing.feature +++ b/tests/acceptance/features/apiSpaces/resharing.feature @@ -2,7 +2,7 @@ Feature: Resharing As a user I want to reshare resources - So that other users can have access to it + So that other users can have access to them Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpaces/restoreSpaceObjects.feature b/tests/acceptance/features/apiSpaces/restoreSpaceObjects.feature index 2cecbf57be..85e2dbf851 100644 --- a/tests/acceptance/features/apiSpaces/restoreSpaceObjects.feature +++ b/tests/acceptance/features/apiSpaces/restoreSpaceObjects.feature @@ -2,7 +2,7 @@ Feature: Restore files, folder As a user with manager and editor role I want to be able to restore files, folders - So that I can get the resources that were accidentaly deleted + So that I can get the resources that were accidentally deleted Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpaces/spaceManagement.feature b/tests/acceptance/features/apiSpaces/spaceManagement.feature index cdd89a1ea4..5c37ef60ea 100644 --- a/tests/acceptance/features/apiSpaces/spaceManagement.feature +++ b/tests/acceptance/features/apiSpaces/spaceManagement.feature @@ -1,7 +1,7 @@ @api @skipOnOcV10 Feature: Space management As a user with space admin permission - I want to be able to manage all existing project space + I want to be able to manage all existing project spaces So that - I can get all project space where I am not member using "graph/v1.0/drives" endpoint - I can edit space: change quota, name, description diff --git a/tests/acceptance/features/apiSpaces/tag.feature b/tests/acceptance/features/apiSpaces/tag.feature index 5f931e91d6..1bef37dd38 100644 --- a/tests/acceptance/features/apiSpaces/tag.feature +++ b/tests/acceptance/features/apiSpaces/tag.feature @@ -1,7 +1,7 @@ @api @skipOnOcV10 @skipOnStable2.0 Feature: Tag As a user - I wan to tag resources + I want to tag resources So that I can sort and search them quickly Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production diff --git a/tests/acceptance/features/apiSpaces/uploadSpaces.feature b/tests/acceptance/features/apiSpaces/uploadSpaces.feature index 1f7d582919..efe8db2ccf 100644 --- a/tests/acceptance/features/apiSpaces/uploadSpaces.feature +++ b/tests/acceptance/features/apiSpaces/uploadSpaces.feature @@ -1,6 +1,6 @@ @api @skipOnOcV10 Feature: Upload files into a space - As an user + As a user I want to be able to create folders and files in the space So that I can store various information in them diff --git a/tests/acceptance/features/apiSpacesShares/favorite.feature b/tests/acceptance/features/apiSpacesShares/favorite.feature index 6841c1305e..02cefe9739 100644 --- a/tests/acceptance/features/apiSpacesShares/favorite.feature +++ b/tests/acceptance/features/apiSpacesShares/favorite.feature @@ -2,7 +2,7 @@ Feature: favorite As a user I want to favouite resources - So that I can acesses them quickly + So that I can access them quickly Background: Given these users have been created with default attributes and without skeleton files: diff --git a/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature b/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature index 3c4cf68c58..d5feaf9add 100644 --- a/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature +++ b/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature @@ -2,7 +2,7 @@ Feature: Share spaces via link As the manager of a space I want to be able to share a space via public link - So that anonymous user can have access to certain resources + So that an anonymous user can have access to certain resources Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpace.feature b/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpace.feature index b3a201d2d3..e4489bc63c 100644 --- a/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpace.feature +++ b/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpace.feature @@ -1,8 +1,8 @@ @api @skipOnOcV10 Feature: Share a file or folder that is inside a space - As an user with manager space role + As a user with manager space role I want to be able to share the data inside the space - So that other users can have access to teh + So that other users can have access to it Note - this feature is run in CI with ACCOUNTS_HASH_DIFFICULTY set to the default for production See https://github.com/owncloud/ocis/issues/1542 and https://github.com/owncloud/ocis/pull/839 diff --git a/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature b/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature index 2c3dbca2f6..98f869daad 100644 --- a/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature +++ b/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature @@ -1,8 +1,8 @@ @api @skipOnOcV10 Feature: Share a file or folder that is inside a space via public link - As an user with manager space role + As a user with manager space role I want to be able to share the data inside the space via public link - So that anonymous user can have access to certain resources + So that an anonymous user can have access to certain resources folder permissions: | role | permissions |