From 07a2ce13f0f68760ea21b67468a10d471b5e6731 Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Tue, 26 Oct 2021 13:22:10 +0545 Subject: [PATCH] Fix bug demonstration test scenarios --- .../createShareRecievedMultipleWaysIssue39347.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |