✅ Add test for guest to logged in user migration #3653
ci.yml
on: pull_request
Type check
2m 2s
Sherif
10s
Linting
1m 57s
Unit tests
1m 37s
Integration tests
5m 16s
Annotations
4 errors and 1 notice
Integration tests
@rallly/web#test:integration: command (/home/runner/work/rallly/rallly/apps/web) /tmp/yarn--1738584536678-0.3011505992014687/yarn run test:integration exited (1)
|
[chromium] › authentication.spec.ts:41:9 › new user › user registration:
tests/authentication.spec.ts#L1
1) [chromium] › authentication.spec.ts:41:9 › new user › user registration ───────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › authentication.spec.ts:41:9 › new user › user registration:
tests/register-page.ts#L16
1) [chromium] › authentication.spec.ts:41:9 › new user › user registration ───────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('Jessie Smith')
at register-page.ts:16
14 | async register({ name, email }: { name: string; email: string }) {
15 | // Fill in registration form
> 16 | await this.page.getByPlaceholder("Jessie Smith").fill(name);
| ^
17 | await this.page.getByPlaceholder("[email protected]").fill(email);
18 |
19 | await this.page
at RegisterPage.register (/home/runner/work/rallly/rallly/apps/web/tests/register-page.ts:16:54)
at /home/runner/work/rallly/rallly/apps/web/tests/authentication.spec.ts:43:26
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › authentication.spec.ts:41:9 › new user › user registration ────────────────────────
1 skipped
5 did not run
18 passed (59.8s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
540 KB |
|