Let a long title, author or series wrap instead of dragging the book page sideways #2432
Annotations
4 errors, 1 warning, and 1 notice
|
Run SPA e2e harness
Process completed with exit code 1.
|
|
Run SPA e2e harness:
frontend/e2e/sp1-ux.spec.ts#L43
2) [desktop] › e2e/sp1-ux.spec.ts:3:1 › Library navigation hierarchy and search are coherent (#664, #714, #722, #723)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveCount(expected) failed
Locator: getByRole('link', { name: 'Admin' })
Expected: 1
Received: 0
Timeout: 10000ms
Call log:
- Expect "toHaveCount" with timeout 10000ms
- waiting for getByRole('link', { name: 'Admin' })
24 × locator resolved to 0 elements
- unexpected value "0"
41 | if (testInfo.project.name === 'mobile') await page.keyboard.press('Escape');
42 | await page.getByRole('button', { name: /^Account:/ }).click();
> 43 | await expect(page.getByRole('link', { name: 'Admin' })).toHaveCount(1);
| ^
44 | });
45 |
46 | test('grid keeps details and adds a direct reader action (#653)', async ({ page }) => {
at /home/runner/work/Calibre-Web-NextGen/Calibre-Web-NextGen/frontend/e2e/sp1-ux.spec.ts:43:59
|
|
Run SPA e2e harness:
frontend/e2e/login-redirect.spec.ts#L81
1) [desktop] › e2e/login-redirect.spec.ts:68:3 › SPA post-auth destination › magic-link login preserves a deep next destination after the success delay
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
79 | await page.goto(`/app/magic-link?next=${encodeURIComponent(bookHref!)}`);
80 | const started = await startResponse;
> 81 | expect(started.ok()).toBeTruthy();
| ^
82 | const { verify_url: verifyUrl } = await started.json() as { verify_url: string };
83 | expect(verifyUrl).toBeTruthy();
84 |
at /home/runner/work/Calibre-Web-NextGen/Calibre-Web-NextGen/frontend/e2e/login-redirect.spec.ts:81:26
|
|
Run SPA e2e harness:
frontend/e2e/login-redirect.spec.ts#L81
1) [desktop] › e2e/login-redirect.spec.ts:68:3 › SPA post-auth destination › magic-link login preserves a deep next destination after the success delay
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
79 | await page.goto(`/app/magic-link?next=${encodeURIComponent(bookHref!)}`);
80 | const started = await startResponse;
> 81 | expect(started.ok()).toBeTruthy();
| ^
82 | const { verify_url: verifyUrl } = await started.json() as { verify_url: string };
83 | expect(verifyUrl).toBeTruthy();
84 |
at /home/runner/work/Calibre-Web-NextGen/Calibre-Web-NextGen/frontend/e2e/login-redirect.spec.ts:81:26
|
|
Upload Playwright report
No files were found with the provided path: frontend/e2e/.report
frontend/e2e/.results. No artifacts will be uploaded.
|
|
Run SPA e2e harness
1 failed
[desktop] › e2e/login-redirect.spec.ts:68:3 › SPA post-auth destination › magic-link login preserves a deep next destination after the success delay
1 flaky
[desktop] › e2e/sp1-ux.spec.ts:3:1 › Library navigation hierarchy and search are coherent (#664, #714, #722, #723)
40 skipped
281 passed (2.9m)
|
background
wait
wait-all
cancel
parallel
Loading