Skip to content

E2E test

E2E test #311

Triggered via schedule July 2, 2024 03:17
Status Failure
Total duration 1m 33s
Artifacts

e2e.yml

on: schedule
Slack Notification
4s
Slack Notification
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 1 notice
dashboard.spec.ts:3:1 › dasboard can be logged in: web/e2e/dashboard.spec.ts#L7
1) dashboard.spec.ts:3:1 › dasboard can be logged in ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('***\'s workspace') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('***\'s workspace') 5 | await ***.goto(`/dashboard/${***.teamId}`); 6 | > 7 | await expect(page.getByText(`${***.userName}'s workspace`)).toBeVisible(); | ^ 8 | }); 9 | at /home/runner/work/***-visualizer/***-visualizer/web/e2e/dashboard.spec.ts:7:67
E2E test
Process completed with exit code 1.
Slack Notification
An HTTP protocol error occurred: statusCode = 404
E2E test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
1 failed dashboard.spec.ts:3:1 › dasboard can be logged in ──────────────────────────────────────────────