feat: separate 2fa refresh from 1st factor refresh #4435
Annotations
10 errors, 4 warnings, and 1 notice
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/app_recovery.spec.ts#L46
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByText('Submit')
============================================================
44 | await test.step("enter wrong code", async () => {
45 | await page.getByTestId("code").fill(wrongCode)
> 46 | await page.getByText("Submit").click()
| ^
47 | await expect(page.getByTestId("ui/message/4060006")).toBeVisible()
48 | })
49 |
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:46:38
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:44:5
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Pending operations:
- locator.click at playwright/tests/app_recovery.spec.ts:46:38
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/app_recovery.spec.ts#L46
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByText('Submit')
============================================================
44 | await test.step("enter wrong code", async () => {
45 | await page.getByTestId("code").fill(wrongCode)
> 46 | await page.getByText("Submit").click()
| ^
47 | await expect(page.getByTestId("ui/message/4060006")).toBeVisible()
48 | })
49 |
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:46:38
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:44:5
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at playwright/tests/app_recovery.spec.ts:46:38
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/app_recovery.spec.ts#L46
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByText('Submit')
============================================================
44 | await test.step("enter wrong code", async () => {
45 | await page.getByTestId("code").fill(wrongCode)
> 46 | await page.getByText("Submit").click()
| ^
47 | await expect(page.getByTestId("ui/message/4060006")).toBeVisible()
48 | })
49 |
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:46:38
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_recovery.spec.ts:44:5
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
1) [Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address › enter wrong code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at playwright/tests/app_recovery.spec.ts:46:38
|
test/e2e/playwright/tests/app_recovery.spec.ts#L1
2) [Mobile Chrome] › app_recovery.spec.ts:74:7 › Recovery › fails with an invalid code › enter wrong repeatedly
Test timeout of 30000ms exceeded.
|
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, actions/upload-artifact@v2. 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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test/e2e/[Mobile Chrome] › app_recovery.spec.ts#L1
test/e2e/[Mobile Chrome] › app_recovery.spec.ts took 4.7m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "logs", "playwright-test-results-4f16176f84bf95107a8415d3bfc2f0b680eca714".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
3 failed
[Mobile Chrome] › app_recovery.spec.ts:31:7 › Recovery › succeeds with a valid email address ───
[Mobile Chrome] › app_recovery.spec.ts:74:7 › Recovery › fails with an invalid code ────────────
[Mobile Chrome] › app_recovery.spec.ts:123:9 › Recovery › with short code expiration › fails with an expired code
7 passed (5.4m)
|
The logs for this run have expired and are no longer available.
Loading