Update Node.js to v22 #16230
playwright.yml
on: pull_request
Matrix: playwright-test
playwright-test-results
0s
Annotations
5 errors, 14 warnings, and 6 notices
[Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage:
src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js#L39
1) [Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage ───────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /^Online shop · KOCHKA Café$/
Received string: "KOCHKA Café"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
at ui/pages/MainNavigationPage.js:39
37 | const shopPage = new ShopPage(this.page, this.baseURL);
38 |
> 39 | await expect(shopPage.page).toHaveTitle(/^Online shop · KOCHKA Café$/);
| ^
40 | await expect(shopPage.page.locator('h1', { hasText: 'Online shop' })).toBeVisible();
41 |
42 | return shopPage;
at MainNavigationPage.visitShopPage (/home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js:39:33)
at /home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/homepage.play.js:21:3
|
[Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage:
src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js#L39
1) [Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /^Online shop · KOCHKA Café$/
Received string: "KOCHKA Café"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
at ui/pages/MainNavigationPage.js:39
37 | const shopPage = new ShopPage(this.page, this.baseURL);
38 |
> 39 | await expect(shopPage.page).toHaveTitle(/^Online shop · KOCHKA Café$/);
| ^
40 | await expect(shopPage.page.locator('h1', { hasText: 'Online shop' })).toBeVisible();
41 |
42 | return shopPage;
at MainNavigationPage.visitShopPage (/home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js:39:33)
at /home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/homepage.play.js:21:3
|
[Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage:
src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js#L39
1) [Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected)
Locator: locator(':root')
Expected pattern: /^Online shop · KOCHKA Café$/
Received string: "KOCHKA Café"
Call log:
- expect.toHaveTitle with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
- locator resolved to <html lang="en-us">…</html>
- unexpected value "KOCHKA Café"
at ui/pages/MainNavigationPage.js:39
37 | const shopPage = new ShopPage(this.page, this.baseURL);
38 |
> 39 | await expect(shopPage.page).toHaveTitle(/^Online shop · KOCHKA Café$/);
| ^
40 | await expect(shopPage.page.locator('h1', { hasText: 'Online shop' })).toBeVisible();
41 |
42 | return shopPage;
at MainNavigationPage.visitShopPage (/home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/pages/MainNavigationPage.js:39:33)
at /home/runner/work/universe/universe/src/abacus-kochka/playwright/ui/homepage.play.js:21:3
|
playwright-test (@adeira/abacus-kochka)
Process completed with exit code 1.
|
playwright-test-results
Process completed with exit code 1.
|
playwright-test (@adeira/sx-design)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (@adeira/sx-design)
No files were found with the provided path: src/sx-design/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (@adeira/abacus-tools)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (@adeira/abacus-tools)
No files were found with the provided path: src/abacus-tools/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (@adeira/mrtnzlml.com)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (@adeira/mrtnzlml.com)
No files were found with the provided path: src/mrtnzlml.com/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (@adeira/typescript-test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (@adeira/typescript-test)
No files were found with the provided path: src/typescript-test/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (mrtnzlml-meta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (mrtnzlml-meta)
No files were found with the provided path: src/mrtnzlml-meta/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (@adeira/abacus-backoffice)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test (@adeira/abacus-backoffice)
No files were found with the provided path: src/abacus-backoffice/playwright/test-results/. No artifacts will be uploaded.
|
playwright-test (@adeira/abacus-kochka)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-test-results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
3 passed (14.7s)
|
🎭 Playwright Run Summary
1 passed (16.0s)
|
🎭 Playwright Run Summary
2 passed (21.5s)
|
🎭 Playwright Run Summary
5 passed (44.5s)
|
🎭 Playwright Run Summary
2 passed (54.8s)
|
🎭 Playwright Run Summary
1 failed
[Desktop Chrome] › ui/homepage.play.js:16:1 › navigation to our shop page from homepage ────────
3 skipped
6 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-abacus-kochka
|
1.3 MB |
|