This commit is contained in:
Lukas Reschke 2016-02-25 19:55:28 +01:00
parent 5780ba611e
commit 8b8dcca6c5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Feature: sharing
|X-XSS-Protection|1; mode=block|
And Downloaded content should start with "Welcome to your ownCloud account!"
Scenario: Doing a GET with a web login should work without CSRF token on the nwe backend
Scenario: Doing a GET with a web login should work without CSRF token on the new backend
Given Logging in using web as "admin"
When Sending a "GET" to "/remote.php/dav/files/admin/welcome.txt" without requesttoken
Then Downloaded content should start with "Welcome to your ownCloud account!"