Files
opencloud/tests/acceptance/features/cliCommands/graphListUnifiedRoles.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

14 lines
550 B
Gherkin

Feature: list unified roles via CLI command
As an admin
I want to list the available unified roles
So that I know their IDs when configuring GRAPH_AVAILABLE_ROLES or writing documentation
Scenario: list unified roles
When the administrator lists the unified roles using the CLI
Then the command should be successful
And the command output should contain "Viewer"
And the command output should contain "Editor"
And the command output should contain "SpaceManager"
And the command output should contain "SecureViewer"