Skip to content

Commit

Permalink
Workaround the landing page CT
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jan 31, 2024
1 parent 62d98c3 commit 9c119cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions features/personas/add_location.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ Feature: Editor user that has policies with Content Type limitation
| module | function |
| user | login |
And I add policy "content" "read" to "AddLocationRole" with limitations
| limitationType | limitationValue |
| Content Type | article,folder,landing_page |
| limitationType | limitationValue |
| Content Type | article,folder |
And I add policy "content" "read" to "AddLocationRole" with limitations
| limitationType | limitationValue |
| Location | root |
And I add policy "content" "create" to "AddLocationRole" with limitations
| limitationType | limitationValue |
| ContentType | Article |
Expand Down

0 comments on commit 9c119cb

Please sign in to comment.