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

Issue #3293696: Fixed the automated functional testing features after the...

Issue #3293696: Fixed the automated functional testing features after the switch of Vartheme BS5 branch from 1.0.x-dev to 2.0.x-dev and replace Bootstrap Barrio theme with Radix theme on Varbase installation
parent 347e8a68
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ commands:
## Configure and run the virtual display.
- run:
name: Configure and run the virtual display.
command: Xvfb -ac :99 -screen 0 1600x1200x24 > /dev/null 2>&1
command: Xvfb -ac :99 -screen 0 1920x1080x24 > /dev/null 2>&1
background: true
## Setup Apache2 and PHP8.1
......
......@@ -73,7 +73,7 @@ default:
- "--headless"
- "--start-maximized"
- "--disable-gpu"
- "--window-size=3000,1200"
- "--window-size=1920x1080"
- "--no-sandbox"
- "--disable-dev-shm-usage"
- "--disable-setuid-sandbox"
......
......@@ -63,6 +63,7 @@ As a site admin, I will create a new landing page, add a section with different
Then I should see "Test Rich text in 2 cols section, col 2"
When I scroll to the top of the page
And I wait 2s
And I press the "Save layout" button
And I wait
And I should see "Test Rich text in 2 cols section, col 1"
......
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