From f79e9b7c620bef02e259d14d711b99f6bedcaef6 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sat, 13 Aug 2022 01:55:20 +0300
Subject: [PATCH] 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

---
 behat.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/behat.yml b/behat.yml
index bdb4961f..1b18a0a2 100644
--- a/behat.yml
+++ b/behat.yml
@@ -73,7 +73,7 @@ default:
                 - "--headless"
                 - "--start-maximized"
                 - "--disable-gpu"
-                - "--window-size=1920x1080"
+                - "--window-size=1920,1080"
                 - "--no-sandbox"
                 - "--disable-dev-shm-usage"
                 - "--disable-setuid-sandbox"
-- 
GitLab