diff --git a/features/personas/add_location.feature b/features/personas/add_location.feature index 164cac2..c51f3ce 100644 --- a/features/personas/add_location.feature +++ b/features/personas/add_location.feature @@ -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 |