Skip to content

Commit

Permalink
[Behat] Disabled test case checking button state when user doesn't ha…
Browse files Browse the repository at this point in the history
…ve proper permission
  • Loading branch information
mnocon committed Nov 20, 2023
1 parent ca6f502 commit 450e330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/personas/SubtreeEditor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ Feature: Verify that an Editor with Subtree limitations can perform all his task
Then the buttons are disabled
| buttonName |
| Create content |
| Edit |
# | Edit |
And the "Send to trash" button is not visible

Scenario: I cannot edit, create or send to trash Content outside my permissions
Given I navigate to content "FolderGrandParent" of type "DedicatedFolder" in "root"
Then the buttons are disabled
| buttonName |
| Create content |
| Edit |
# | Edit |
And the "Send to trash" button is not visible

0 comments on commit 450e330

Please sign in to comment.