fix: public routes #25
Annotations
4 errors, 1 warning, and 1 notice
[chromium] › api.spec.ts:9:5 › regenerate api keys:
e2e/api.spec.ts#L34
1) [chromium] › api.spec.ts:9:5 › regenerate api keys ────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "4c4c09ed-0226-4b04-896b-af6d46842641"
32 | const secondPrivateKey = await page.getByTestId("private-key").textContent()
33 |
> 34 | expect(firstPrivateKey).not.toEqual(secondPrivateKey)
| ^
35 |
36 | privateKey = secondPrivateKey
37 | })
at /home/runner/work/lunary/lunary/e2e/api.spec.ts:34:31
|
[chromium] › api.spec.ts:9:5 › regenerate api keys:
e2e/api.spec.ts#L34
1) [chromium] › api.spec.ts:9:5 › regenerate api keys ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "ae3d4bab-e618-43b0-8bcb-2818a1c54a92"
32 | const secondPrivateKey = await page.getByTestId("private-key").textContent()
33 |
> 34 | expect(firstPrivateKey).not.toEqual(secondPrivateKey)
| ^
35 |
36 | privateKey = secondPrivateKey
37 | })
at /home/runner/work/lunary/lunary/e2e/api.spec.ts:34:31
|
[chromium] › api.spec.ts:9:5 › regenerate api keys:
e2e/api.spec.ts#L34
1) [chromium] › api.spec.ts:9:5 › regenerate api keys ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).not.toEqual(expected) // deep equality
Expected: not "7edb1032-e666-4ef3-8814-4f2327524878"
32 | const secondPrivateKey = await page.getByTestId("private-key").textContent()
33 |
> 34 | expect(firstPrivateKey).not.toEqual(secondPrivateKey)
| ^
35 |
36 | privateKey = secondPrivateKey
37 | })
at /home/runner/work/lunary/lunary/e2e/api.spec.ts:34:31
|
run-tests
Process completed with exit code 1.
|
run-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
1 failed
[chromium] › api.spec.ts:9:5 › regenerate api keys ─────────────────────────────────────────────
3 skipped
6 passed (17.5s)
|