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

Issue #2886156 by RajabNatshah, yasmeensalah, Mohammed J. Razem: Update...

Issue #2886156 by RajabNatshah, yasmeensalah, Mohammed J. Razem: Update [Varbase Landing] feature to use [Paragraphs] instead of [Panelizer]
parent fb21d9b9
No related branches found
No related tags found
No related merge requests found
langcode: en
status: true
dependencies:
config:
- node.type.landing_page
module:
- content_translation
third_party_settings:
content_translation:
enabled: true
id: node.landing_page
target_entity_type_id: node
target_bundle: landing_page
default_langcode: und
language_alterable: true
......@@ -48,33 +48,3 @@ So that the "Landing page" will show up in the structured menu under its parent
And I wait
Then I should not see "Access denied"
And I should not see "You are not authorized to access this page."
@javascript @local @development @staging @production
Scenario: Check that Site Admin users can not create a Landing page.
Given I am a logged in user with the "test_site_admin" user
When I go to "/node/add/landing_page"
And I wait
Then I should see "Create Landing page"
When I fill in "Test landing page by test site admin" for "Title"
Then I press "Save"
And I wait
When I go to "/test-landing-page-test-site-admin"
And I wait
Then I should see "Test landing page by test site admin"
And I should see "Manage Content"
And I should see "Change layout"
@javascript @local @development @staging @production
Scenario: Check that Super Admin users can not create a Landing page.
Given I am a logged in user with the "test_super_admin" user
When I go to "/node/add/landing_page"
And I wait
Then I should see "Create Landing page"
When I fill in "Test landing page by test super admin" for "Title"
Then I press "Save"
And I wait
When I go to "/test-landing-page-test-super-admin"
And I wait
Then I should see "Test landing page by test super admin"
And I should see "Manage Content"
And I should see "Change layout"
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