E2E Defect: breakpoints.spec.ts:49:8 feed articles are not clipped #17

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

Automated regression reported this failure from Playwright artifacts.

Defect Details

  • Case key: breakpoints.spec.ts:49:8 feed articles are not clipped
  • Suite: capabilities\responsive\breakpoints.spec.ts
  • Test: Responsive Breakpoint Tests @smoke › mobile viewport › feed articles are not clipped
  • Failure frequency: 32

Error Message

[smoke-chromium] › capabilities\responsive\breakpoints.spec.ts:49:8 › Responsive Breakpoint Tests @smoke › mobile viewport › feed articles are not clipped       Error: page.evaluate: SyntaxError: Failed to execute 'querySelector' on 'Document': 'section:has(h2:has-text("Recent News"))' is not a valid selector.         at eval (eval at evaluate (:290:30), <anonymous>:2:30)         at UtilityScript.evaluate (<anonymous>:292:16)         at UtilityScript.<anonymous> (<anonymous>:1:44)         at eval (eval at evaluate (:290:30), <anonymous>:2:30)         at UtilityScript.evaluate (<anonymous>:292:16)         at UtilityScript.<anonymous> (<anonymous>:1:44)         at isClipped (C:\dev\claws\e2e\tests\fixtures\viewports.ts:94:14)         at C:\dev\claws\e2e\tests\capabilities\responsive\breakpoints.spec.ts:51:42      attachment #1: screenshot (image/png) ──────────────────────────────────────────────────────────     ..\test-results\capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\test-failed-1.png

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\test-failed-1.png
  • e2e/test-results/capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\error-context.md

Root Cause Analysis

Invalid selector passed to browser querySelector in responsive checks.

Automated regression reported this failure from Playwright artifacts. ## Defect Details - Case key: `breakpoints.spec.ts:49:8 feed articles are not clipped` - Suite: `capabilities\responsive\breakpoints.spec.ts` - Test: `Responsive Breakpoint Tests @smoke › mobile viewport › feed articles are not clipped` - Failure frequency: 32 ## Error Message ```text [smoke-chromium] › capabilities\responsive\breakpoints.spec.ts:49:8 › Responsive Breakpoint Tests @smoke › mobile viewport › feed articles are not clipped Error: page.evaluate: SyntaxError: Failed to execute 'querySelector' on 'Document': 'section:has(h2:has-text("Recent News"))' is not a valid selector. at eval (eval at evaluate (:290:30), <anonymous>:2:30) at UtilityScript.evaluate (<anonymous>:292:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at eval (eval at evaluate (:290:30), <anonymous>:2:30) at UtilityScript.evaluate (<anonymous>:292:16) at UtilityScript.<anonymous> (<anonymous>:1:44) at isClipped (C:\dev\claws\e2e\tests\fixtures\viewports.ts:94:14) at C:\dev\claws\e2e\tests\capabilities\responsive\breakpoints.spec.ts:51:42 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ..\test-results\capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\test-failed-1.png ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\test-failed-1.png` - `e2e/test-results/capabilities-responsive-br-f650f-ed-articles-are-not-clipped-smoke-chromium\error-context.md` ## Root Cause Analysis Invalid selector passed to browser querySelector in responsive checks.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: santhoshj/clawfort#17