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);