From d47b855ad281e0255585d537198afcc6a762762e Mon Sep 17 00:00:00 2001 From: omri zaher Date: Fri, 8 Aug 2025 18:06:56 +0300 Subject: [PATCH] Add installation of Chromium ChromeDriver in UI testing workflow --- .github/workflows/ui-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index 04a69e5a8..e70afb562 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -32,6 +32,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y google-chrome-stable + sudo apt-get install -y chromium-chromedriver - name: Run Selenium tests env: