Use "testing" instead of "user_ldap" as test app
This commit is contained in:
parent
81c18f5aa7
commit
84c742b95e
|
@ -305,19 +305,19 @@ Feature: provisioning
|
|||
|
||||
Scenario: enable an app
|
||||
Given As an "admin"
|
||||
And app "user_ldap" is disabled
|
||||
When sending "POST" to "/cloud/apps/user_ldap"
|
||||
And app "testing" is disabled
|
||||
When sending "POST" to "/cloud/apps/testing"
|
||||
Then the OCS status code should be "100"
|
||||
And the HTTP status code should be "200"
|
||||
And app "user_ldap" is enabled
|
||||
And app "testing" is enabled
|
||||
|
||||
Scenario: disable an app
|
||||
Given As an "admin"
|
||||
And app "user_ldap" is enabled
|
||||
When sending "DELETE" to "/cloud/apps/user_ldap"
|
||||
And app "testing" is enabled
|
||||
When sending "DELETE" to "/cloud/apps/testing"
|
||||
Then the OCS status code should be "100"
|
||||
And the HTTP status code should be "200"
|
||||
And app "user_ldap" is disabled
|
||||
And app "testing" is disabled
|
||||
|
||||
Scenario: disable an user
|
||||
Given As an "admin"
|
||||
|
|
Loading…
Reference in New Issue