From 6214c02a2859c2f51dc017d1f6c0e4e3469eb76c Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 2 Aug 2023 23:47:41 +0200 Subject: [PATCH] Fix acceptance tests --- .../features/webUITrashbinDelete/trashbinDelete.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature b/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature index 1bcfa0cdb44..c750fc31914 100644 --- a/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature +++ b/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature @@ -113,7 +113,7 @@ Feature: files and folders can be deleted from the trashbin | name | | lorem.txt | | lorem-big.txt | - And the user batch deletes the marked files using the webUI + And the user batch deletes the marked files permanently using the webUI Then file "lorem.txt" should be listed on the webUI And file "lorem-big.txt" should be listed on the webUI But file "data.zip" should not be listed on the webUI @@ -122,5 +122,5 @@ Feature: files and folders can be deleted from the trashbin @issue-product-188 @issue-4582 Scenario: Select all files and delete from trashbin in a batch When the user marks all files for batch action using the webUI - And the user batch deletes the marked files using the webUI + And the user batch deletes the marked files permanently using the webUI Then there should be no resources listed on the webUI