[Enhancement] Manually Entered on Command Sender #5503
Annotations
3 errors and 3 notices
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
playwright/tests/auth.p.spec.ts#L34
1) [chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
32 | }
33 |
> 34 | expect(gotRateLimited).toBe(true)
| ^
35 | })
36 | })
37 |
at /home/runner/work/cosmos/cosmos/playwright/tests/auth.p.spec.ts:34:28
|
|
Run Playwright tests:
playwright/tests/auth.p.spec.ts#L34
1) [chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
32 | }
33 |
> 34 | expect(gotRateLimited).toBe(true)
| ^
35 | })
36 | })
37 |
at /home/runner/work/cosmos/cosmos/playwright/tests/auth.p.spec.ts:34:28
|
|
Run Playwright tests
1 failed
[chromium] › tests/auth.p.spec.ts:14:7 › Auth API › verifies rate limiting is enforced ─────────
114 passed (7.6m)
|
|
Wait for build
2 passed (16.8s)
|
|
Check for test.only
442 did not run
|
Loading