login does not save the response
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
4e8db8aa11
commit
d1a8a909de
|
@ -5,6 +5,7 @@ Feature: LDAP
|
||||||
Scenario: Test valid configuration by logging in
|
Scenario: Test valid configuration by logging in
|
||||||
Given having a valid LDAP configuration
|
Given having a valid LDAP configuration
|
||||||
When Logging in using web as "alice"
|
When Logging in using web as "alice"
|
||||||
|
And Sending a "GET" to "/remote.php/webdav/welcome.txt" with requesttoken
|
||||||
Then the HTTP status code should be "200"
|
Then the HTTP status code should be "200"
|
||||||
|
|
||||||
Scenario: Look for a known LDAP user
|
Scenario: Look for a known LDAP user
|
||||||
|
|
Loading…
Reference in New Issue