diff options
Diffstat (limited to 'build/integration/features/trashbin.feature')
-rw-r--r-- | build/integration/features/trashbin.feature | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build/integration/features/trashbin.feature b/build/integration/features/trashbin.feature deleted file mode 100644 index adb73f2b5ea..00000000000 --- a/build/integration/features/trashbin.feature +++ /dev/null @@ -1,13 +0,0 @@ -Feature: trashbin - Background: - Given using api version "1" - And using old dav path - And As an "admin" - And app "files_trashbin" is enabled - - Scenario: deleting a file moves it to trashbin - Given As an "admin" - And user "user0" exists - When User "user0" deletes file "/textfile0.txt" - Then as "user0" the file "/textfile0.txt" exists in trash - |