E2E Defect: keyboard.spec.ts:183:6 footer links are keyboard accessible #79

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

Automated regression reported this failure from Playwright artifacts.

Defect Details

  • Case key: keyboard.spec.ts:183:6 footer links are keyboard accessible
  • Suite: capabilities\accessibility\keyboard.spec.ts
  • Test: Keyboard Navigation @smoke › footer links are keyboard accessible @smoke
  • Failure frequency: 1

Error Message

[desktop-firefox] › capabilities\accessibility\keyboard.spec.ts:183:6 › Keyboard Navigation @smoke › footer links are keyboard accessible @smoke       Error: expect(received).toBe(expected) // Object.is equality      Expected: true     Received: false        209 | 		}       210 |     > 211 | 		expect(foundFooterLink).toBe(true);           | 		                        ^       212 | 	});       213 | });       214 |

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-accessibility-c49fe-e-keyboard-accessible-smoke-desktop-firefox\test-failed-1.png
  • e2e/test-results/capabilities-accessibility-c49fe-e-keyboard-accessible-smoke-desktop-firefox\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:183:6 footer links are keyboard accessible` - Suite: `capabilities\accessibility\keyboard.spec.ts` - Test: `Keyboard Navigation @smoke › footer links are keyboard accessible @smoke` - Failure frequency: 1 ## Error Message ```text [desktop-firefox] › capabilities\accessibility\keyboard.spec.ts:183:6 › Keyboard Navigation @smoke › footer links are keyboard accessible @smoke Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 209 | } 210 | > 211 | expect(foundFooterLink).toBe(true); | ^ 212 | }); 213 | }); 214 | ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-accessibility-c49fe-e-keyboard-accessible-smoke-desktop-firefox\test-failed-1.png` - `e2e/test-results/capabilities-accessibility-c49fe-e-keyboard-accessible-smoke-desktop-firefox\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#79