From 483202e8205c753d34a6f4bc7444bd55ef11d5db Mon Sep 17 00:00:00 2001 From: bsilkyn Date: Fri, 24 May 2024 15:26:47 +0200 Subject: [PATCH] fix: hopefully fix for cypress tests; new chrome version --- frontend/Dockerfile.cypress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile.cypress b/frontend/Dockerfile.cypress index 509d7ca1..44476aa0 100644 --- a/frontend/Dockerfile.cypress +++ b/frontend/Dockerfile.cypress @@ -1,4 +1,4 @@ -ARG CHROME_VERSION="114.0.5735.133-1" +ARG CHROME_VERSION="114.0.5735.198-1" ARG NODE_VERSION="18.17.1" FROM cypress/factory