E2E Defect: keyboard.spec.ts:34:6 header controls are keyboard accessible #73

Open
opened 2026-02-14 02:04:02 +00:00 by santhoshj · 0 comments
Owner

Automated regression reported this failure from Playwright artifacts.

Defect Details

  • Case key: keyboard.spec.ts:34:6 header controls are keyboard accessible
  • Suite: capabilities\accessibility\keyboard.spec.ts
  • Test: Keyboard Navigation @smoke › header controls are keyboard accessible @smoke
  • Failure frequency: 3

Error Message

[desktop-webkit] › capabilities\accessibility\keyboard.spec.ts:34:6 › Keyboard Navigation @smoke › header controls are keyboard accessible @smoke       Error: expect(locator).toBeFocused() failed      Locator:  locator('#language-select')     Expected: focused     Received: inactive     Timeout:  5000ms      Call log:       - Expect "toBeFocused" with timeout 5000ms       - waiting for locator('#language-select')         9 × locator resolved to <select id="language-select" onchange="setPreferredLanguage(this.value)" class="cf-select text-xs rounded-md px-2 py-1 focus:outline-none focus:ring-2 focus:ring-cf-500">…</select>           - unexpected value "inactive"

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-accessibility-b8ad9-e-keyboard-accessible-smoke-desktop-webkit\test-failed-1.png
  • e2e/test-results/capabilities-accessibility-b8ad9-e-keyboard-accessible-smoke-desktop-webkit\error-context.md

Root Cause Analysis

Likely selector stability, timing, or focus-management regression; needs targeted triage.

Automated regression reported this failure from Playwright artifacts. ## Defect Details - Case key: `keyboard.spec.ts:34:6 header controls are keyboard accessible` - Suite: `capabilities\accessibility\keyboard.spec.ts` - Test: `Keyboard Navigation @smoke › header controls are keyboard accessible @smoke` - Failure frequency: 3 ## Error Message ```text [desktop-webkit] › capabilities\accessibility\keyboard.spec.ts:34:6 › Keyboard Navigation @smoke › header controls are keyboard accessible @smoke Error: expect(locator).toBeFocused() failed Locator: locator('#language-select') Expected: focused Received: inactive Timeout: 5000ms Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#language-select') 9 × locator resolved to <select id="language-select" onchange="setPreferredLanguage(this.value)" class="cf-select text-xs rounded-md px-2 py-1 focus:outline-none focus:ring-2 focus:ring-cf-500">…</select> - unexpected value "inactive" ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-accessibility-b8ad9-e-keyboard-accessible-smoke-desktop-webkit\test-failed-1.png` - `e2e/test-results/capabilities-accessibility-b8ad9-e-keyboard-accessible-smoke-desktop-webkit\error-context.md` ## Root Cause Analysis Likely selector stability, timing, or focus-management regression; needs targeted triage.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: santhoshj/clawfort#73