update grammar

This commit is contained in:
Swikriti Tripathi
2023-04-20 15:30:13 +05:45
parent 0bab802fb9
commit 6281d132d8
14 changed files with 20 additions and 20 deletions
@@ -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