E2E Defect: hero-feed.spec.ts:174:6 opens summary modal from feed article #58

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

Automated regression reported this failure from Playwright artifacts.

Defect Details

  • Case key: hero-feed.spec.ts:174:6 opens summary modal from feed article
  • Suite: capabilities\core-journeys\hero-feed.spec.ts
  • Test: Summary Modal Flows › opens summary modal from feed article @smoke
  • Failure frequency: 7

Error Message

[smoke-chromium] › capabilities\core-journeys\hero-feed.spec.ts:174:6 › Summary Modal Flows › opens summary modal from feed article @smoke       Error: expect(received).toBe(expected) // Object.is equality      Expected: true     Received: false        189 | 		// Modal should open       190 | 		const isOpen = await isSummaryModalOpen();     > 191 | 		expect(isOpen).toBe(true);           | 		               ^       192 |       193 | 		// Modal headline should match article headline       194 | 		const modal = page.locator(SELECTORS.summaryModal.root);

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-core-journeys-1fcbc-dal-from-feed-article-smoke-smoke-chromium\test-failed-1.png
  • e2e/test-results/capabilities-core-journeys-1fcbc-dal-from-feed-article-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:174:6 opens summary modal from feed article` - Suite: `capabilities\core-journeys\hero-feed.spec.ts` - Test: `Summary Modal Flows › opens summary modal from feed article @smoke` - Failure frequency: 7 ## Error Message ```text [smoke-chromium] › capabilities\core-journeys\hero-feed.spec.ts:174:6 › Summary Modal Flows › opens summary modal from feed article @smoke Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 189 | // Modal should open 190 | const isOpen = await isSummaryModalOpen(); > 191 | expect(isOpen).toBe(true); | ^ 192 | 193 | // Modal headline should match article headline 194 | const modal = page.locator(SELECTORS.summaryModal.root); ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-core-journeys-1fcbc-dal-from-feed-article-smoke-smoke-chromium\test-failed-1.png` - `e2e/test-results/capabilities-core-journeys-1fcbc-dal-from-feed-article-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#58