diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9946a34b43020f9683598c642104db84560844d7..2bb109035ea94ee63a8277e7fb0c7dd0d9ecb2da 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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
diff --git a/behat.yml b/behat.yml
index cac6df82c6fbf5f224bf53258e038793ba04de21..bdb4961fce3e6db3008322eb9c4097aba1e33095 100644
--- a/behat.yml
+++ b/behat.yml
@@ -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"
diff --git a/tests/features/varbase/04-content-structure/04-10-landing-page-section-configurations.feature b/tests/features/varbase/04-content-structure/04-10-landing-page-section-configurations.feature
index dac7bbffe9266304ee3247afc5aff19164cc2d44..5d253b6dfabb4e74e065d47f663151b27045946e 100644
--- a/tests/features/varbase/04-content-structure/04-10-landing-page-section-configurations.feature
+++ b/tests/features/varbase/04-content-structure/04-10-landing-page-section-configurations.feature
@@ -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"