From 03785d5b7a4696639a4c1a872af8ed95c1e2c369 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 18 Dec 2024 19:40:14 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5.1.2 --- .github/workflows/test.yml | 2 +- projects/demo-playwright/utils/goto.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f244f3abf217..db67bb19d42a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.104.0 - run: npm test - run: tree -L 2 ./coverage -P 'lcov.info' - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.1.2 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/projects/demo-playwright/utils/goto.ts b/projects/demo-playwright/utils/goto.ts index 5a460206e614..1d5d3f47bb93 100644 --- a/projects/demo-playwright/utils/goto.ts +++ b/projects/demo-playwright/utils/goto.ts @@ -67,7 +67,7 @@ export async function tuiGoto( await waitIcons({ page, timeout: 200, - icons: await page.locator('tui-icon >> visible=true').all(), + icons: await page.locator('tui-icon').all(), }); await tuiWaitForFonts(page);