From 168051e5a03bae978a017c816c4493584cee95d5 Mon Sep 17 00:00:00 2001 From: EugeniyKiyashko Date: Tue, 16 Jun 2026 00:32:40 +0400 Subject: [PATCH] visual tests: unskip setup chrome step --- .github/workflows/testcafe_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 6b32dff0d7f6..fe007e6a3f64 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -145,10 +145,10 @@ jobs: working-directory: ./packages/devextreme run: 7z x artifacts.zip -aoa - # - name: Setup Chrome - # uses: ./.github/actions/setup-chrome - # with: - # chrome-version: '145.0.7632.67' + - name: Setup Chrome + uses: ./.github/actions/setup-chrome + with: + chrome-version: '145.0.7632.67' - name: Use Node.js uses: actions/setup-node@v6