mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 06:58:59 -06:00
update grammar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user