Skip to content

Commit 8b390c7

Browse files
committed
addressed reviews
1 parent bdb2a02 commit 8b390c7

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

tests/acceptance/features/apiWebdavLocks/publicLink.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Feature: persistent-locking in case of a public link
9494
| old | shared |
9595
| old | exclusive |
9696

97-
@skipOnOcV10
97+
@skipOnOcV10
9898
Examples:
9999
| public-webdav-api-version | lock-scope |
100100
| new | shared |

tests/acceptance/features/apiWebdavLocks/publicLinkOc10Issue40882.feature

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
@api @smokeTest @public_link_share-feature-required @files_sharing-app-required @issue-40882
1+
@api @smokeTest @public_link_share-feature-required @files_sharing-app-required
22
Feature: persistent-locking in case of a public link
33

4-
Background:
4+
5+
Scenario Outline: Public locking is not supported
56
Given user "Alice" has been created with default attributes and without skeleton files
67
And user "Alice" has created folder "PARENT"
78
And user "Alice" has created folder "PARENT/CHILD"
89
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "PARENT/parent.txt"
910
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
1412
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
1513
| lockscope | <lock-scope> |
1614
Then the HTTP status code should be "403"

0 commit comments

Comments
 (0)