Remove files-trashbin-app tag

This commit is contained in:
amrita
2023-05-02 12:46:15 +05:45
parent 6ff7dc2741
commit 1317eea31c
6 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,4 @@
@api @files_trashbin-app-required
@api
Feature: using trashbin together with sharing
Background:

View File

@@ -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