E2E Defect: keyboard.spec.ts:108:6 feed articles are keyboard navigable #71

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

Automated regression reported this failure from Playwright artifacts.

Defect Details

  • Case key: keyboard.spec.ts:108:6 feed articles are keyboard navigable
  • Suite: capabilities\accessibility\keyboard.spec.ts
  • Test: Keyboard Navigation @smoke › feed articles are keyboard navigable
  • Failure frequency: 3

Error Message

[desktop-webkit] › capabilities\accessibility\keyboard.spec.ts:108:6 › Keyboard Navigation @smoke › feed articles are keyboard navigable       Error: expect(received).toBe(expected) // Object.is equality      Expected: true     Received: false        137 | 			}       138 |     > 139 | 			expect(sourceLinkFocused).toBe(true);           | 			                          ^       140 | 		}       141 |       142 | 		// Read button should be keyboard accessible

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-accessibility-9d8f7-cles-are-keyboard-navigable-desktop-webkit\test-failed-1.png
  • e2e/test-results/capabilities-accessibility-9d8f7-cles-are-keyboard-navigable-desktop-webkit\error-context.md

Root Cause Analysis

Modal open flow does not move active element into modal focus scope reliably.

Automated regression reported this failure from Playwright artifacts. ## Defect Details - Case key: `keyboard.spec.ts:108:6 feed articles are keyboard navigable` - Suite: `capabilities\accessibility\keyboard.spec.ts` - Test: `Keyboard Navigation @smoke › feed articles are keyboard navigable` - Failure frequency: 3 ## Error Message ```text [desktop-webkit] › capabilities\accessibility\keyboard.spec.ts:108:6 › Keyboard Navigation @smoke › feed articles are keyboard navigable Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 137 | } 138 | > 139 | expect(sourceLinkFocused).toBe(true); | ^ 140 | } 141 | 142 | // Read button should be keyboard accessible ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-accessibility-9d8f7-cles-are-keyboard-navigable-desktop-webkit\test-failed-1.png` - `e2e/test-results/capabilities-accessibility-9d8f7-cles-are-keyboard-navigable-desktop-webkit\error-context.md` ## Root Cause Analysis Modal open flow does not move active element into modal focus scope reliably.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: santhoshj/clawfort#71