trashbin.feature 352 B

1234567891011121314
  1. Feature: trashbin
  2. Background:
  3. Given using api version "1"
  4. And using old dav path
  5. And As an "admin"
  6. And app "files_trashbin" is enabled
  7. Scenario: deleting a file moves it to trashbin
  8. Given As an "admin"
  9. And user "user0" exists
  10. When User "user0" deletes file "/textfile0.txt"
  11. Then as "user0" the file "/textfile0.txt" exists in trash