Skip to content

ditch circleci, switch yarn to pnpm, and update husky #31

ditch circleci, switch yarn to pnpm, and update husky

ditch circleci, switch yarn to pnpm, and update husky #31

Triggered via pull request November 9, 2025 11:24
@kylemhkylemh
synchronize #1956
more-chores
Status Success
Total duration 2m 34s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 notice
[chromium] › e2e/join.spec.ts:141:7 › join › should NOT be able to register with an existing email: e2e/join.spec.ts#L25
1) [chromium] › e2e/join.spec.ts:141:7 › join › should NOT be able to register with an existing email Error: expect(locator).toHaveCount(expected) failed Locator: locator('#__next').getByRole('alert') Expected: 1 Received: 0 Timeout: 5000ms Call log: - Expect "toHaveCount" with timeout 5000ms - waiting for locator('#__next').getByRole('alert') 9 × locator resolved to 0 elements - unexpected value "0" 23 | ) => { 24 | const alerts = page.locator('#__next').getByRole('alert'); > 25 | await expect(alerts).toHaveCount(numberOfErrors); | ^ 26 | await expect(alerts.first()).toContainText(errorMessage); 27 | }; 28 | at assertError (/home/runner/work/front-end/front-end/e2e/join.spec.ts:25:24) at assertFailedLogin (/home/runner/work/front-end/front-end/e2e/join.spec.ts:38:9) at /home/runner/work/front-end/front-end/e2e/join.spec.ts:150:5
🎭 Playwright Run Summary
1 flaky [chromium] › e2e/join.spec.ts:141:7 › join › should NOT be able to register with an existing email 43 passed (1.3m)