From 1317eea31c96217d6f2497895cba843eb84257ba Mon Sep 17 00:00:00 2001 From: amrita Date: Tue, 2 May 2023 12:46:15 +0545 Subject: [PATCH] Remove files-trashbin-app tag --- .../features/coreApiCapabilities/capabilities.feature | 2 +- .../deleteShareFromShares.feature | 4 ++-- .../features/coreApiTrashbin/trashbinDelete.feature | 2 +- .../features/coreApiTrashbin/trashbinFilesFolders.feature | 2 +- .../features/coreApiTrashbin/trashbinSharingToShares.feature | 2 +- .../features/coreApiTrashbinRestore/trashbinRestore.feature | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/acceptance/features/coreApiCapabilities/capabilities.feature b/tests/acceptance/features/coreApiCapabilities/capabilities.feature index cbca7897d6..25b7d5d346 100644 --- a/tests/acceptance/features/coreApiCapabilities/capabilities.feature +++ b/tests/acceptance/features/coreApiCapabilities/capabilities.feature @@ -54,7 +54,7 @@ Feature: capabilities } """ - @files_trashbin-app-required @skipOnReva + @skipOnReva Scenario: getting trashbin app capability with admin user When the administrator retrieves the capabilities using the capabilities API Then the OCS status code should be "100" diff --git a/tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature b/tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature index 8a4641210f..597ac6c06c 100644 --- a/tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature +++ b/tests/acceptance/features/coreApiShareManagementBasicToShares/deleteShareFromShares.feature @@ -61,7 +61,7 @@ Feature: sharing | pending_share_path | | /sub | - @smokeTest @files_trashbin-app-required + @smokeTest Scenario: deleting a file out of a share as recipient creates a backup for the owner Given using OCS API version "1" And user "Alice" has created folder "/shared" @@ -75,7 +75,7 @@ Feature: sharing And as "Alice" file "/shared_file.txt" should exist in the trashbin And as "Brian" file "/shared_file.txt" should exist in the trashbin - @files_trashbin-app-required + Scenario: deleting a folder out of a share as recipient creates a backup for the owner Given using OCS API version "1" And user "Alice" has created folder "/shared" diff --git a/tests/acceptance/features/coreApiTrashbin/trashbinDelete.feature b/tests/acceptance/features/coreApiTrashbin/trashbinDelete.feature index 605a731d97..dfc0c41028 100644 --- a/tests/acceptance/features/coreApiTrashbin/trashbinDelete.feature +++ b/tests/acceptance/features/coreApiTrashbin/trashbinDelete.feature @@ -1,4 +1,4 @@ -@api @files_trashbin-app-required @issue-1324 +@api @issue-1324 Feature: files and folders can be deleted from the trashbin As a user I want to delete files and folders from the trashbin diff --git a/tests/acceptance/features/coreApiTrashbin/trashbinFilesFolders.feature b/tests/acceptance/features/coreApiTrashbin/trashbinFilesFolders.feature index a056f2ab90..5fa6aa8cfa 100644 --- a/tests/acceptance/features/coreApiTrashbin/trashbinFilesFolders.feature +++ b/tests/acceptance/features/coreApiTrashbin/trashbinFilesFolders.feature @@ -1,4 +1,4 @@ -@api @files_trashbin-app-required @issue-1324 +@api @issue-1324 Feature: files and folders exist in the trashbin after being deleted As a user I want deleted files and folders to be available in the trashbin diff --git a/tests/acceptance/features/coreApiTrashbin/trashbinSharingToShares.feature b/tests/acceptance/features/coreApiTrashbin/trashbinSharingToShares.feature index 60b906709a..80170355d8 100644 --- a/tests/acceptance/features/coreApiTrashbin/trashbinSharingToShares.feature +++ b/tests/acceptance/features/coreApiTrashbin/trashbinSharingToShares.feature @@ -1,4 +1,4 @@ -@api @files_trashbin-app-required +@api Feature: using trashbin together with sharing Background: diff --git a/tests/acceptance/features/coreApiTrashbinRestore/trashbinRestore.feature b/tests/acceptance/features/coreApiTrashbinRestore/trashbinRestore.feature index 09f59fe881..93d85733cf 100644 --- a/tests/acceptance/features/coreApiTrashbinRestore/trashbinRestore.feature +++ b/tests/acceptance/features/coreApiTrashbinRestore/trashbinRestore.feature @@ -1,4 +1,4 @@ -@api @files_trashbin-app-required @issue-1324 +@api @issue-1324 Feature: Restore deleted files/folders As a user I would like to restore files/folders