Skip to content
Snippets Groups Projects
Commit af343f33 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2908433: Changed permissions for [Editor, content admin, and site...

Issue #2908433: Changed permissions for [Editor, content admin, and site admin] user roles to manage paragraphs, paragraphs previewer, entity cloning, and entity browser pages
parent 3547def6
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ So that the "Landing page" will show up having paragrpahs of different types
And I wait for AJAX to finish
And I press "Add Rich Text"
And I wait for AJAX to finish
And I fill in the rich text editor field "Text" with "Rich text test - column Three"
And I fill in the rich text editor field "Text" with "Rich text test - column two"
And I press "Save"
And I wait
Then I should see "Landing page Test Landing page Columns (Two Uneven) has been created"
......
......@@ -4,7 +4,7 @@ I want to be able to clone an entity.
@javascript @local @development
Scenario: Check if a user with a permission can clone a "landing page"
Given I am a logged in user with the "test_super_admin" user
Given I am a logged in user with the "test_site_admin" user
When I go to "node/add/landing_page"
And I wait
And I fill in "Test Clone landing page" for "Title"
......@@ -37,7 +37,7 @@ I want to be able to clone an entity.
@javascript @local @development
Scenario: Check if a user with a permission deleted a cloned entity the original will not affected
Given I am a logged in user with the "test_super_admin" user
Given I am a logged in user with the "test_site_admin" user
When I go to "admin/content"
And I wait
Then I should see "Content"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment