Files
opencloud/tests/acceptance/features/cliCommands/cleanupEmptyTrashBin.feature
Viktor Scharf 9efc71d42e [decomposed] more cli command tests (#3087)
* more cli command tests

* add tests to expected failures file
2026-07-09 07:51:43 +02:00

17 lines
604 B
Gherkin

@env-config @skipOnOpencloud-posix-Storage
Feature: delete empty trash bin folder via CLI command
Scenario: delete empty trashbin folders
Given user "Alice" has been created with default attributes
And user "Alice" has created the following folders
| path |
| folder-to-delete |
| folder-to-restore |
And user "Alice" has deleted the following resources
| path |
| folder-to-delete |
| folder-to-restore |
When the administrator deletes the empty trashbin folders using the CLI
Then the command should be successful