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

Issue #3458615: Update Drupal Core to ~10.3.0 and ~11.0.0 with support for...

Issue #3458615: Update Drupal Core to ~10.3.0 and ~11.0.0 with support for recipes in Varbase Profile version requirements
parent e0ee886f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ default:
performance: ALL
browser: ALL
chromeOptions:
w3c: true
w3c: false
args:
- "--headless"
- "--start-maximized"
......@@ -69,6 +69,9 @@ default:
- "--remote-debugging-port=9222"
- "--allowed-ips=*"
- "--whitelisted-ips=*"
- "--user-data-dir=/home/circleci/.config/google-chrome/"
- "--profile-directory=Default"
- "--crash-dumps-dir=/tmp"
base_url: 'http://varbase.test'
browser_name: 'chrome'
javascript_session: selenium2
......
......@@ -65,7 +65,7 @@ So that I will be able to manage files, see where they have been used in content
When I click "Edit" in the "Flag Earth after edit" row
And wait
Then I should see "Flag Earth after edit"
When I click "edit-delete--2"
When I click "edit-delete"
And wait
Then I should see "This action cannot be undone."
When I click the delete button
......
......@@ -66,7 +66,7 @@ So that the "Basic page" will show up in the structured menu under its parent pa
And I fill in "Test Basic page" for "Title"
And I fill in the rich text editor field "Body" with "Test Basic page body"
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Basic page Test Basic page has been created."
......
......@@ -50,7 +50,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
When I select "Site branding" from "Block"
And wait
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Landing page (Paragraphs) Test Landing page Drupal Block has been created"
......@@ -69,7 +69,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I select the "bp_columns" paragraph component
And I wait for AJAX to finish
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Landing page (Paragraphs) Test Landing page Columns (Equal) has been created"
......@@ -88,7 +88,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
And I select the "bp_columns_two_uneven" paragraph component
And I wait for AJAX to finish
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Landing page (Paragraphs) Test Landing page Columns (Two Uneven) has been created"
......@@ -109,7 +109,7 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
Then I should see "Components"
When I fill in the rich text editor field "Text" with "Rich Text test"
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Landing page (Paragraphs) Test Landing page Rich Text has been created"
And I should see "Rich Text test"
......@@ -132,6 +132,6 @@ So that the Landing page (Paragraphs) will show up having paragrpahs of differen
When I select "Contact" from "Webform"
And wait
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Landing page (Paragraphs) Test Landing page WebForm has been created"
......@@ -37,7 +37,7 @@ Scenario: Add Test content N1, N2, N3 type of test content
When I fill in "Test content N1" for "Title"
And I fill in the rich text editor field "Body" with "Test content N1 Body"
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Test Content Test content N1 has been created."
......@@ -47,7 +47,7 @@ Scenario: Add Test content N1, N2, N3 type of test content
When I fill in "Test content N2" for "Title"
And I fill in the rich text editor field "Body" with "Test content N2 Body"
And I select "published" from "edit-moderation-state-0-state"
And I press the "Save" button
And I press the "Save as" button
And wait
Then I should see "Test Content Test content N2 has been created."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment