feat: passkeys! #3952
Annotations
1 error, 3 warnings, and 1 notice
Run Playwright tests:
test/e2e/playwright/tests/app_recovery.spec.ts#L137
1) [Mobile Chrome] › app_recovery.spec.ts:123:9 › Recovery › with short code expiration › fails with an expired code
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('email')
135 | await page.getByTestId("code").fill(code)
136 | await page.getByText("Submit", { exact: true }).click()
> 137 | await expect(page.getByTestId("email")).toBeVisible()
| ^
138 | })
139 | })
140 | })
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:137:47
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/checkout@v2, actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Playwright tests:
test/e2e/[Mobile Chrome] › app_recovery.spec.ts#L1
test/e2e/[Mobile Chrome] › app_recovery.spec.ts took 31.2s
|
Run Playwright tests
1 flaky
[Mobile Chrome] › app_recovery.spec.ts:123:9 › Recovery › with short code expiration › fails with an expired code
9 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading