refactor: migrate JWT and JWKS handling to jwx v4 #6716
Annotations
1 error and 1 notice
|
Run Playwright E2E tests:
tests/spec/environment-settings.spec.ts#L122
1) [chromium] › spec/environment-settings.spec.ts:96:2 › Environment Settings UI › should keep primary tabs selectable and restore them from the URL
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/settings$/
Received string: "http://localhost:3001/settings?tab=storage"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 × locator resolved to <html lang="%lang%" data-theme="">…</html>
- unexpected value "http://localhost:3001/settings?tab=storage"
120 |
121 | await page.goBack();
> 122 | await expect(page).toHaveURL(/\/settings$/);
| ^
123 |
124 | await page.goto(`/environments/${LOCAL_ENV_ID}?source=e2e&tab=invalid#tab-state`);
125 | await expect.poll(() => new URL(page.url()).searchParams.get('tab')).toBe('storage');
at /home/runner/work/arcane/arcane/tests/spec/environment-settings.spec.ts:122:22
|
|
Run Playwright E2E tests
1 flaky
[chromium] › spec/environment-settings.spec.ts:96:2 › Environment Settings UI › should keep primary tabs selectable and restore them from the URL
4 skipped
202 passed (6.2m)
|
background
wait
wait-all
cancel
parallel
Loading