Skip to content

Commit

Permalink
Remove files-trashbin-app tag
Browse files Browse the repository at this point in the history
  • Loading branch information
amrita-shrestha committed May 4, 2023
1 parent 6ff7dc2 commit 1317eea
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @files_trashbin-app-required
@api
Feature: using trashbin together with sharing

Background:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1317eea

Please sign in to comment.