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

Issue #3196489: Update Varbase Layout Builder module from ~9.0 to ~10.0

parent a9507125
No related branches found
No related tags found
No related merge requests found
...@@ -107,3 +107,41 @@ I want to be able to add and remove entities to any allowed entity queue. ...@@ -107,3 +107,41 @@ I want to be able to add and remove entities to any allowed entity queue.
And I go to "admin/structure/entityqueue/varbase_heroslider_media/varbase_heroslider_media" And I go to "admin/structure/entityqueue/varbase_heroslider_media/varbase_heroslider_media"
And I wait And I wait
Then I should not see "Test hero slider #1" Then I should not see "Test hero slider #1"
@javascript @local @development @staging @production
Scenario: Delete Hero slider #1
Given I am a logged in user with the "test_super_admin" user
When I go to "admin/content"
And I wait
Then I should see "Content"
When I fill in "Test hero slider #1" for "Title"
And I press the "Filter" button
And I wait
Then I should see "Test hero slider #1"
When I click "Edit" in the "Test hero slider #1" row
And I wait
And I click "Delete"
And I wait
Then I should see "This action cannot be undone."
When I press the "Delete" button
And I wait
Then I should see "The Hero slider Test hero slider #1 has been deleted."
@javascript @local @development @staging @production
Scenario: Delete Hero slider #1
Given I am a logged in user with the "test_super_admin" user
When I go to "admin/content"
And I wait
Then I should see "Content"
When I fill in "Test hero slider #2" for "Title"
And I press the "Filter" button
And I wait
Then I should see "Test hero slider #2"
When I click "Edit" in the "Test hero slider #2" row
And I wait
And I click "Delete"
And I wait
Then I should see "This action cannot be undone."
When I press the "Delete" button
And I wait
Then I should see "The Hero slider Test hero slider #2 has been deleted."
...@@ -2,7 +2,7 @@ Feature: Content Management - Cloning content and entities ...@@ -2,7 +2,7 @@ Feature: Content Management - Cloning content and entities
As a logged in user with a permission to mange entities As a logged in user with a permission to mange entities
I want to be able to clone an entity. I want to be able to clone an entity.
@javascript @local @development @javascrip @local @development
Scenario: Check if a user with a permission can clone a Landing page (Paragraphs) Scenario: Check if a user with a permission can clone a Landing page (Paragraphs)
Given I am a logged in user with the "test_site_admin" user Given I am a logged in user with the "test_site_admin" user
When I go to "node/add/landing_page" When I go to "node/add/landing_page"
......
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