https://github.com/CrisisCleanup/crisiscleanup-4-web/issues/687 #1842
Annotations
2 errors, 1 warning, and 1 notice
🎭 Playwright tests:
test/e2e/basic.test.ts#L55
1) [chromium] › basic.test.ts:23:1 › should have valid localizations - ( @fast @primary @READ @development @staging @production )
Error: Timed out 10000ms waiting for expect(locator).not.toHaveText(expected)
Locator: getByTestId('testLoginTextContent')
Expected pattern: not /^\w+(\.\w+)+$/
Received string: ""
Call log:
- expect.not.toHaveText with timeout 10000ms
- waiting for getByTestId('testLoginTextContent')
53 | // We can simply tell if the current stage (i.e. development, staging, etc) is broken
54 | // if any of these elements' text content matches the localization regex
> 55 | await expect(loginHeader).not.toHaveText(localizationRegex);
| ^
56 | await expect(loginMsg).not.toHaveText(localizationRegex);
57 | },
58 | );
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/basic.test.ts:55:35
|
🎭 Playwright tests:
test/e2e/pages/dashboard.test.ts#L71
2) [chromium] › pages/dashboard.test.ts:19:3 › DashboardPage › should have data-testids - ( @fast @primary @READ @development @staging @production )
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('testIsAuthenticatedDiv')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('testIsAuthenticatedDiv')
69 | const locators = dataTestIds.map((tId) => page.getByTestId(tId));
70 | for (const l of locators) {
> 71 | await expect(l).toBeVisible({ timeout: 15_000 });
| ^
72 | }
73 |
74 | await test.info().attach('dashboard-page-screenshot', {
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:71:25
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright tests
2 flaky
[chromium] › basic.test.ts:23:1 › should have valid localizations - ( @fast @primary @READ @development @staging @production )
[chromium] › pages/dashboard.test.ts:19:3 › DashboardPage › should have data-testids - ( @fast @primary @READ @development @staging @production )
5 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading