From 0886c500a055f59f1573760787b3dd3cea7f5e01 Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Thu, 14 Jan 2021 17:37:52 +0100 Subject: [PATCH] adjust expected failures --- .../expected-failures-on-OCIS-storage.txt | 9 +------- .../apiTrashbin-trashbinDelete.feature | 23 ------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/tests/acceptance/expected-failures-on-OCIS-storage.txt b/tests/acceptance/expected-failures-on-OCIS-storage.txt index 1af68d981b4..6b6d88518c1 100644 --- a/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -721,14 +721,7 @@ apiShareReshareToShares3/reShareWithExpiryDate.feature:335 apiShareReshareToShares3/reShareWithExpiryDate.feature:336 apiShareReshareToShares3/reShareWithExpiryDate.feature:337 apiShareReshareToShares3/reShareWithExpiryDate.feature:338 -# -# https://github.com/owncloud/product/issues/254 empty trashbin does not work -# -apiTrashbin/trashbinDelete.feature:31 -apiTrashbin/trashbinDelete.feature:32 -apiTrashbin/trashbinDelete.feature:33 -apiTrashbin/trashbinDelete.feature:34 -apiTrashbin/trashbinDelete.feature:37 + # # https://github.com/owncloud/ocis/issues/1120 href in trashbin PROPFIND response is wrong # diff --git a/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature b/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature index 1db04eb4d6b..21cb15a6fb5 100644 --- a/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature +++ b/tests/acceptance/features/apiOcisSpecific/apiTrashbin-trashbinDelete.feature @@ -13,29 +13,6 @@ Feature: files and folders can be deleted from the trashbin And user "Alice" has uploaded file with content "to delete" to "/PARENT/parent.txt" And user "Alice" has uploaded file with content "to delete" to "/PARENT/CHILD/child.txt" - @smokeTest - @issue-product-139 - @issue-product-178 - @issue-product-179 @skipOnOcis-OCIS-Storage - Scenario Outline: Trashbin cannot be emptied - # after fixing all issues delete this Scenario and use the one from oC10 core - Given user "Alice" has uploaded file with content "file with comma" to "sample,0.txt" - And user "Alice" has uploaded file with content "file with comma" to "sample,1.txt" - And using DAV path - And user "Alice" has deleted file "" - And user "Alice" has deleted file "" - And as "Alice" file "" should exist in the trashbin - And as "Alice" file "" should exist in the trashbin - When user "Alice" empties the trashbin using the trashbin API - Then as "Alice" the file with original path "" should exist in the trashbin - And as "Alice" the file with original path "" should exist in the trashbin - Examples: - | dav-path | filename1 | filename2 | - | old | textfile0.txt | textfile1.txt | - | old | sample,0.txt | sample,1.txt | - | new | textfile0.txt | textfile1.txt | - | new | sample,0.txt | sample,1.txt | - @smokeTest @issue-ocis-reva-118 @issue-product-179 @skipOnOcis-OCIS-Storage