From d1a8a909de471eab64bf5fac8d83a6c9fa812b33 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 11 Apr 2018 19:27:39 +0200 Subject: [PATCH] login does not save the response Signed-off-by: Arthur Schiwon --- build/integration/ldap_features/ldap-openldap.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature index b56f9eb2cae..13e011bb0c8 100644 --- a/build/integration/ldap_features/ldap-openldap.feature +++ b/build/integration/ldap_features/ldap-openldap.feature @@ -5,6 +5,7 @@ Feature: LDAP Scenario: Test valid configuration by logging in Given having a valid LDAP configuration 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" Scenario: Look for a known LDAP user