Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>pull/8855/head
parent
f630b12fc7
commit
86d145f069
@ -0,0 +1,10 @@ |
||||
Feature: LDAP |
||||
Background: |
||||
Given using api version "2" |
||||
|
||||
Scenario: Test valid configuration by logging in |
||||
Given having a valid LDAP configuration |
||||
When Logging in using web as "alice" |
||||
#When As an "alice" |
||||
And sending "GET" to "/cloud/user" |
||||
Then the HTTP status code should be "200" |
||||
Loading…
Reference in new issue