mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
Add an integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
65d79bb592
commit
d1203e9b5d
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Reference in a new issue