Update READMEs #373
Annotations
1 error and 1 notice
|
e2e/fixtures/post-login-validation.ts#L52
1) [auth] › tests/auth/login.spec.ts:44:7 › Login Flow › full login flow with credential entry and post-login validation
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for getByText(/Welcome Back/i) to be visible
at ../fixtures/post-login-validation.ts:52
50 | // Wait for dashboard to fully render after reload
51 | // Wait for actual content rather than container (which may be hidden during loading)
> 52 | await page.getByText(/Welcome Back/i).waitFor({ state: 'visible', timeout: 20000 });
| ^
53 |
54 | // 2. Verify welcome message with user's name is displayed
55 | // Format: "Welcome Back, {name}!"
at validateLoggedInState (/home/runner/work/stickerlandia/stickerlandia/e2e/fixtures/post-login-validation.ts:52:41)
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/auth/login.spec.ts:52:5
|
|
|
The logs for this run have expired and are no longer available.
Loading