You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: persistent-locking in case of a public link
3
3
4
-
Background:
4
+
5
+
Scenario Outline: Public locking is not supported
5
6
Given user "Alice" has been created with default attributes and without skeleton files
6
7
And user "Alice" has created folder "PARENT"
7
8
And user "Alice" has created folder "PARENT/CHILD"
8
9
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "PARENT/parent.txt"
9
10
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "PARENT/CHILD/child.txt"
10
-
11
-
12
-
Scenario Outline: Public locking is not supported
13
-
Given user "Alice" has created a public link share of folder "PARENT" with change permission
11
+
And user "Alice" has created a public link share of folder "PARENT" with change permission
14
12
When the public locks "/CHILD" in the last public link shared folder using the <public-webdav-api-version> public WebDAV API setting the following properties
0 commit comments