🎨 Update admin layout and pages #2125
Annotations
4 errors, 1 warning, and 1 notice
Run tests
@rallly/web#test: command (/home/runner/work/rallly/rallly/apps/web) yarn run test exited (1)
|
Run tests:
apps/web/tests/authentication.spec.ts#L1
1) [chromium] › tests/authentication.spec.ts:149:9 › existing user › allow using different case in email
Test timeout of 30000ms exceeded.
|
Run tests:
apps/web/tests/authentication.spec.ts#L166
1) [chromium] › tests/authentication.spec.ts:149:9 › existing user › allow using different case in email
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByTestId('user-dropdown')
============================================================
164 | await page.waitForURL("/polls");
165 |
> 166 | await page.getByTestId("user-dropdown").click();
| ^
167 |
168 | await expect(page.getByText("Test User")).toBeVisible();
169 | });
at /home/runner/work/rallly/rallly/apps/web/tests/authentication.spec.ts:166:47
|
Run tests
Process completed with exit code 1.
|
Run tests:
apps/web/[chromium] › tests/authentication.spec.ts#L1
apps/web/[chromium] › tests/authentication.spec.ts took 35.0s
|
Run tests
1 failed
[chromium] › tests/authentication.spec.ts:149:9 › existing user › allow using different case in email
1 skipped
15 passed (52.6s)
|
The logs for this run have expired and are no longer available.
Loading