tests: add e2e test for one time access tokens #168
Annotations
2 errors, 1 warning, and 1 notice
Run Playwright tests:
frontend/tests/auth.setup.ts#L1
1) [setup] › auth.setup.ts:7:1 › authenticate ────────────────────────────────────────────────────
Test timeout of 10000ms exceeded.
|
Run Playwright tests:
frontend/tests/auth.setup.ts#L13
1) [setup] › auth.setup.ts:7:1 › authenticate ────────────────────────────────────────────────────
Error: locator.click: Test timeout of 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Authenticate' })
11 | await (await passkeyUtil.init(page)).addPasskey();
12 |
> 13 | await page.getByRole('button', { name: 'Authenticate' }).click();
| ^
14 | await page.waitForURL('/settings/account');
15 |
16 |
at /home/runner/work/pocket-id/pocket-id/frontend/tests/auth.setup.ts:13:59
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests
1 flaky
[setup] › auth.setup.ts:7:1 › authenticate ─────────────────────────────────────────────────────
32 passed (47.5s)
|
Loading