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
Copy file name to clipboardExpand all lines: tests/acceptance/features/apiWebdavLocks/publicLink.feature
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Feature: persistent-locking in case of a public link
82
82
| new | shared |
83
83
| new | exclusive |
84
84
85
-
@smokeTest
85
+
@smokeTest@issue-40882
86
86
Scenario Outline: Public locking is not supported
87
87
Given user "Alice" has created a public link share of folder "PARENT" with change permission
88
88
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
@@ -93,5 +93,9 @@ Feature: persistent-locking in case of a public link
Feature: persistent-locking in case of a public link
3
+
4
+
5
+
Scenario Outline: Public locking is not supported
6
+
Given user "Alice" has been created with default attributes and without skeleton files
7
+
And user "Alice" has created folder "PARENT"
8
+
And user "Alice" has created folder "PARENT/CHILD"
9
+
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "PARENT/parent.txt"
10
+
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "PARENT/CHILD/child.txt"
11
+
And user "Alice" has created a public link share of folder "PARENT" with change permission
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