Skip to content

Commit

Permalink
Enable tech_preview for apiTrashbin suite
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 3, 2019
1 parent 779c29a commit c330fad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/acceptance/features/apiTrashbin/trashbinDelete.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Feature: files and folders can be deleted from the trashbin
I want to delete files and folders from the trashbin
So that I can control my trashbin space and which files are kept in that space

Background:
Given the administrator has added system config key "dav.enable.tech_preview" with value "true" and type "boolean"

@smokeTest
Scenario Outline: Trashbin can be emptied
Given using <dav-path> DAV path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Feature: files and folders exist in the trashbin after being deleted
So that I can recover data easily

Background:
Given using OCS API version "1"
Given the administrator has added system config key "dav.enable.tech_preview" with value "true" and type "boolean"
And using OCS API version "1"
And as the administrator

@smokeTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Feature: Restore deleted files/folders
So that I can recover accidentally deleted files/folders in ownCloud

Background:
Given using OCS API version "1"
Given the administrator has added system config key "dav.enable.tech_preview" with value "true" and type "boolean"
And using OCS API version "1"
And as the administrator

Scenario Outline: deleting a file in a received folder when restored it comes back to the original path
Expand Down

0 comments on commit c330fad

Please sign in to comment.