-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli test for delete empty trash bin directory
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
tests/acceptance/features/cliCommands/cleanupEmptyTrashBin.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@env-config | ||
Feature: delete empty trash bin folder via CLI command | ||
|
||
|
||
Scenario: delete empty trashbin | ||
Given the user "Admin" has created a new user with the following attributes: | ||
| userName | Alice | | ||
| displayName | Alice Hansen | | ||
| password | %alt1% | | ||
And user "Alice" has created folder "/folderMain" | ||
And user "Alice" has deleted folder "/folderMain" | ||
And the administrator has stopped the server | ||
When the administrator deletes empty folder inside trashbin using the CLI | ||
Then the command should be successful |