E2E Defect: hero-feed.spec.ts:142:6 opens summary modal from hero #70

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: hero-feed.spec.ts:142:6 opens summary modal from hero
  • Suite: capabilities\core-journeys\hero-feed.spec.ts
  • Test: Summary Modal Flows › opens summary modal from hero @smoke
  • Failure frequency: 6

Error Message

[smoke-chromium] › capabilities\core-journeys\hero-feed.spec.ts:142:6 › Summary Modal Flows › opens summary modal from hero @smoke       Error: expect(received).toBe(expected) // Object.is equality      Expected: true     Received: false        153 | 		// Modal should open       154 | 		const isOpen = await isSummaryModalOpen();     > 155 | 		expect(isOpen).toBe(true);           | 		               ^       156 |       157 | 		// Modal should have correct structure       158 | 		const modal = page.locator(SELECTORS.summaryModal.root);

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-core-journeys-f35f0-mmary-modal-from-hero-smoke-smoke-chromium\test-failed-1.png
  • e2e/test-results/capabilities-core-journeys-f35f0-mmary-modal-from-hero-smoke-smoke-chromium\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: `hero-feed.spec.ts:142:6 opens summary modal from hero` - Suite: `capabilities\core-journeys\hero-feed.spec.ts` - Test: `Summary Modal Flows › opens summary modal from hero @smoke` - Failure frequency: 6 ## Error Message ```text [smoke-chromium] › capabilities\core-journeys\hero-feed.spec.ts:142:6 › Summary Modal Flows › opens summary modal from hero @smoke Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 153 | // Modal should open 154 | const isOpen = await isSummaryModalOpen(); > 155 | expect(isOpen).toBe(true); | ^ 156 | 157 | // Modal should have correct structure 158 | const modal = page.locator(SELECTORS.summaryModal.root); ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-core-journeys-f35f0-mmary-modal-from-hero-smoke-smoke-chromium\test-failed-1.png` - `e2e/test-results/capabilities-core-journeys-f35f0-mmary-modal-from-hero-smoke-smoke-chromium\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#70