fix: return 400 bad request for invalid login challenge #3015
Annotations
2 errors, 1 warning, and 1 notice
test/e2e/playwright/tests/app_login.spec.ts#L1
1) [Mobile Chrome] › app_login.spec.ts:99:7 › Login › login, cancel, login ───────────────────────
Test timeout of 30000ms exceeded.
|
test/e2e/playwright/tests/app_login.spec.ts#L114
1) [Mobile Chrome] › app_login.spec.ts:99:7 › Login › login, cancel, login ───────────────────────
Error: page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "Home" until "load"
navigated to "http://localhost:4457/Login"
navigated to "http://localhost:4457/Login"
navigated to "http://localhost:4457/Login"
============================================================
112 | await performOidcLogin(popup, "[email protected]")
113 |
> 114 | await page.waitForURL("Home")
| ^
115 | expect(popup.isClosed()).toBeTruthy()
116 | await expect(page.getByText("Welcome back")).toBeVisible()
117 | })
at /home/runner/work/kratos/kratos/test/e2e/playwright/tests/app_login.spec.ts:114:16
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading