Add an integration test

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/29895/head
Joas Schilling 4 years ago
parent 65d79bb592
commit d1203e9b5d
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 9
      build/integration/features/webdav-related.feature

@ -619,3 +619,12 @@ Feature: webdav-related
And Downloaded content should be "BBBBB"
And Downloading file "/C.txt"
And Downloaded content should be "CCCCC"
Scenario: Creating a folder with invalid characters
Given using new dav path
And As an "admin"
And user "user0" exists
And user "user1" exists
And As an "user1"
And user "user1" created a folder "/testshare "
Then the HTTP status code should be "400"

Loading…
Cancel
Save