feat: Social Media Asset Punch List #1027 #5368
Annotations
2 errors, 3 warnings, and 1 notice
test/e2e/authentication.test.ts#L1
1) [chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Test timeout of 180000ms exceeded.
|
test/e2e/authentication.test.ts#L119
1) [chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
Error: page.goto: Target page, context or browser has been closed
117 | testId: string,
118 | ) => {
> 119 | await page.goto(url);
| ^
120 | await page.waitForLoadState();
121 | await page.waitForSelector(`[data-testid="${testId}"]`, {
122 | state: 'visible',
at navigateAndCheck (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:119:20)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/authentication.test.ts:135:13
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chromium-setup] › auth.setup.ts#L1
[chromium-setup] › auth.setup.ts took 35.6s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "e2e-report-10218958609-attempt-1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
1 flaky
[chromium] › authentication.test.ts:107:3 › Authentication › should load unauthorized routes as expected with and without authentication - `( @slow @primary @development @staging @production )`
6 passed (4.2m)
|
This job succeeded
Loading