diff --git a/tests/acceptance/features/apiShareCreateSpecialToShares1/createShareRecievedMultipleWaysIssue39347.feature b/tests/acceptance/features/apiShareCreateSpecialToShares1/createShareRecievedMultipleWaysIssue39347.feature index 0d3cc8575095..cb54f741e0e6 100644 --- a/tests/acceptance/features/apiShareCreateSpecialToShares1/createShareRecievedMultipleWaysIssue39347.feature +++ b/tests/acceptance/features/apiShareCreateSpecialToShares1/createShareRecievedMultipleWaysIssue39347.feature @@ -71,7 +71,7 @@ Feature: share resources where the sharee receives the share in multiple ways And as "Brian" folder "Shares/sharedParent" should not exist And as "Brian" file "Shares/sharedParent/child/lorem.txt" should not exist And as "Brian" file "Shares/parent/child/lorem.txt" should exist - And user "Brian" should not be able to delete file "Shares/parent/child/lorem.txt" + And user "Brian" should be able to delete file "Shares/parent/child/lorem.txt" Examples: | ocs_api_version | | 1 | @@ -94,7 +94,7 @@ Feature: share resources where the sharee receives the share in multiple ways And as "Brian" folder "Shares/sharedParent" should not exist And as "Brian" file "Shares/sharedParent/child/lorem.txt" should not exist And as "Brian" file "Shares/parent/child/lorem.txt" should exist - And user "Brian" should not be able to delete file "Shares/parent/child/lorem.txt" + And user "Brian" should be able to delete file "Shares/parent/child/lorem.txt" Examples: | ocs_api_version | | 1 |