diff --git a/tests/acceptance/features/apiProvisioning-v1/createSubAdmin.feature b/tests/acceptance/features/apiProvisioning-v1/createSubAdmin.feature index f8a3e7462f15..3b518e3d9111 100644 --- a/tests/acceptance/features/apiProvisioning-v1/createSubAdmin.feature +++ b/tests/acceptance/features/apiProvisioning-v1/createSubAdmin.feature @@ -1,4 +1,4 @@ -@api @provisioning_api-app-required @skipOnLDAP +@api @provisioning_api-app-required @skipOnLDAP @toImplementOnOCIS Feature: create a subadmin As an admin I want to be able to make a user the subadmin of a group @@ -7,7 +7,7 @@ Feature: create a subadmin Background: Given using OCS API version "1" - @smokeTest @notToImplementOnOCIS + @smokeTest Scenario: admin creates a subadmin Given user "brand-new-user" has been created with default attributes and skeleton files And group "brand-new-group" has been created @@ -16,7 +16,6 @@ Feature: create a subadmin And the HTTP status code should be "200" And user "brand-new-user" should be a subadmin of group "brand-new-group" - @notToImplementOnOCIS Scenario: admin tries to create a subadmin using a user which does not exist Given user "nonexistentuser" has been deleted And group "brand-new-group" has been created @@ -33,7 +32,6 @@ Feature: create a subadmin And the HTTP status code should be "200" And the API should not return any data - @notToImplementOnOCIS Scenario: subadmin of a group tries to make another user subadmin of their group Given these users have been created with default attributes and skeleton files: | username | diff --git a/tests/acceptance/features/apiProvisioning-v2/createSubAdmin.feature b/tests/acceptance/features/apiProvisioning-v2/createSubAdmin.feature index 8cacc47c212b..da60e28c4e64 100644 --- a/tests/acceptance/features/apiProvisioning-v2/createSubAdmin.feature +++ b/tests/acceptance/features/apiProvisioning-v2/createSubAdmin.feature @@ -1,4 +1,4 @@ -@api @provisioning_api-app-required @skipOnLDAP +@api @provisioning_api-app-required @skipOnLDAP @toImplementOnOCIS Feature: create a subadmin As an admin I want to be able to make a user the subadmin of a group @@ -7,7 +7,7 @@ Feature: create a subadmin Background: Given using OCS API version "2" - @smokeTest @notToImplementOnOCIS + @smokeTest Scenario: admin creates a subadmin Given user "brand-new-user" has been created with default attributes and skeleton files And group "brand-new-group" has been created @@ -16,7 +16,6 @@ Feature: create a subadmin And the HTTP status code should be "200" And user "brand-new-user" should be a subadmin of group "brand-new-group" - @notToImplementOnOCIS Scenario: admin tries to create a subadmin using a user which does not exist Given user "nonexistentuser" has been deleted And group "brand-new-group" has been created @@ -32,7 +31,7 @@ Feature: create a subadmin Then the OCS status code should be "400" And the HTTP status code should be "400" - @issue-31276 @notToImplementOnOCIS + @issue-31276 Scenario: subadmin of a group tries to make another user subadmin of their group Given these users have been created with default attributes and skeleton files: | username |