mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-13 18:54:11 -04:00
Remove files-trashbin-app tag
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@api @files_trashbin-app-required
|
||||
@api
|
||||
Feature: using trashbin together with sharing
|
||||
|
||||
Background:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user