From a3de1bb477fdbc856133502302837fcd2da9a6fe Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 27 Aug 2020 08:10:02 +0545 Subject: [PATCH] Adjust local trashbin scenarios now that new DAV path works --- .../apiTrashbin-trashbinFilesFolders.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinFilesFolders.feature b/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinFilesFolders.feature index 3da3f6e6f1..ff8fc05e62 100644 --- a/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinFilesFolders.feature +++ b/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinFilesFolders.feature @@ -16,8 +16,7 @@ Feature: files and folders exist in the trashbin after being deleted And using new DAV path When user "Alice" deletes file "/textfile1.txt" using the WebDAV API Then as "Alice" the file with original path "/textfile0.txt" should exist in the trashbin - But as "Alice" the file with original path "/textfile1.txt" should not exist in the trashbin - And as "Alice" the file with original path "Alice/textfile1.txt" should exist in the trashbin + And as "Alice" the file with original path "/textfile1.txt" should exist in the trashbin And as "Alice" file "/textfile0.txt" should not exist And as "Alice" file "/textfile1.txt" should not exist @@ -32,7 +31,6 @@ Feature: files and folders exist in the trashbin after being deleted And using new DAV path When user "Alice" deletes folder "/tmp2" using the WebDAV API Then as "Alice" the folder with original path "/tmp1" should exist in the trashbin - But as "Alice" the folder with original path "/tmp2" should not exist in the trashbin - And as "Alice" the folder with original path "Alice/tmp2" should exist in the trashbin + And as "Alice" the folder with original path "/tmp2" should exist in the trashbin And as "Alice" folder "/tmp1" should not exist And as "Alice" folder "/tmp2" should not exist