test(phase-22b): cover optional-lastName edit in settings panel #134
Annotations
2 errors, 1 warning, and 1 notice
|
[chromium] › specs/settings.spec.ts:91:7 › settings panel › Save key → model picker loads → model change persists:
e2e/specs/settings.spec.ts#L100
2) [chromium] › specs/settings.spec.ts:91:7 › settings panel › Save key → model picker loads → model change persists
TimeoutError: locator.fill: Timeout 15000ms exceeded.
Call log:
- waiting for locator('input[placeholder="sk-…"]')
98 | await page
99 | .locator('input[placeholder="sk-…"]')
> 100 | .fill("sk-valid-test-padding-1234567890");
| ^
101 | await page.getByRole("button", { name: /^validate and save api key$/i }).click();
102 |
103 | // Saved pill renders, then the Model picker appears.
at /home/runner/work/CodeTutor-AI/CodeTutor-AI/e2e/specs/settings.spec.ts:100:8
|
|
[chromium] › specs/free-tier.spec.ts:152:7 › free AI tier › quota exhaustion shows ExhaustionCard with three CTAs:
e2e/specs/free-tier.spec.ts#L198
1) [chromium] › specs/free-tier.spec.ts:152:7 › free AI tier › quota exhaustion shows ExhaustionCard with three CTAs
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 1
Received: 0
196 | // Each click path hits its backend once.
197 | expect(paidCta.count()).toBeGreaterThanOrEqual(1);
> 198 | expect(byokCta.count()).toBeGreaterThanOrEqual(1); // Dismiss → exhaustion-click
| ^
199 | });
200 |
201 | test("BYOK source renders UsageChip, no pill", async ({ page }) => {
at /home/runner/work/CodeTutor-AI/CodeTutor-AI/e2e/specs/free-tier.spec.ts:198:29
|
|
Playwright (chromium)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › specs/free-tier.spec.ts:152:7 › free AI tier › quota exhaustion shows ExhaustionCard with three CTAs
[chromium] › specs/settings.spec.ts:91:7 › settings panel › Save key → model picker loads → model change persists
6 skipped
207 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
4.93 MB |
sha256:916a35b10fc9a28409fd59b09e9f87a5a6128b811ce63e4bf3940fc8311d94ae
|
|