mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05: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
|
||||
|
||||
Reference in New Issue
Block a user