-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds @notToImplementOnOCIS tag for subadmin scenarios
- Loading branch information
1 parent
82380e3
commit 0088c66
Showing
33 changed files
with
85 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ Feature: edit users | |
And the attributes of user "brand-new-user" returned by the API should include | ||
| quota definition | default | | ||
And the quota definition of user "brand-new-user" should be "default" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: the administrator can edit user information with admin permissions | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
@@ -139,7 +139,7 @@ Feature: edit users | |
Then the display name of user "another-admin" should be "Anne Brown" | ||
And the email address of user "another-admin" should be "[email protected]" | ||
And the quota definition of user "another-admin" should be "12 MB" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: a subadmin should be able to edit user information with subadmin permissions in their group | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
@@ -155,7 +155,7 @@ Feature: edit users | |
Then the display name of user "another-subadmin" should be "Anne Brown" | ||
And the email address of user "another-subadmin" should be "[email protected]" | ||
And the quota definition of user "another-subadmin" should be "12 MB" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: a subadmin should not be able to edit user information of another subadmin of same group | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
2 changes: 1 addition & 1 deletion
2
tests/acceptance/features/apiProvisioning-v1/getSubAdmins.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/acceptance/features/apiProvisioning-v2/createSubAdmin.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ Feature: edit users | |
And the attributes of user "brand-new-user" returned by the API should include | ||
| quota definition | default | | ||
And the quota definition of user "brand-new-user" should be "default" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: the administrator can edit user information with admin permissions | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
@@ -139,7 +139,7 @@ Feature: edit users | |
Then the display name of user "another-admin" should be "Anne Brown" | ||
And the email address of user "another-admin" should be "[email protected]" | ||
And the quota definition of user "another-admin" should be "12 MB" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: a subadmin should be able to edit user information with subadmin permissions in their group | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
@@ -155,7 +155,7 @@ Feature: edit users | |
Then the display name of user "another-subadmin" should be "Anne Brown" | ||
And the email address of user "another-subadmin" should be "[email protected]" | ||
And the quota definition of user "another-subadmin" should be "12 MB" | ||
|
||
@notToImplementOnOCIS | ||
Scenario: a subadmin should not be able to edit user information of another subadmin of same group | ||
Given these users have been created with default attributes and without skeleton files: | ||
| username | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/acceptance/features/apiProvisioning-v2/getSubAdmins.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.