E2E Defect: tooltip.spec.ts:59:6 tooltip follows mouse movement #78

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: tooltip.spec.ts:59:6 tooltip follows mouse movement
  • Suite: capabilities\microinteractions\tooltip.spec.ts
  • Test: Contact Email Tooltip @smoke › tooltip follows mouse movement
  • Failure frequency: 2

Error Message

[smoke-chromium] › capabilities\microinteractions\tooltip.spec.ts:59:6 › Contact Email Tooltip @smoke › tooltip follows mouse movement       Error: expect(locator).toBeVisible() failed      Locator:  locator('#contact-hint')     Expected: visible     Received: hidden     Timeout:  5000ms      Call log:       - Expect "toBeVisible" with timeout 5000ms       - waiting for locator('#contact-hint')         9 × locator resolved to <div id="contact-hint" x-text="hintText" x-show="hintVisible" class="contact-hint" :style="`left:${hintX}px; top:${hintY}px`">Spotted a typo? I appreciate quick heads-up notes.</div>           - unexpected value "hidden"

Evidence (Screenshots/Error Context)

  • e2e/test-results/capabilities-microinteract-4c446-ltip-follows-mouse-movement-smoke-chromium\test-failed-1.png
  • e2e/test-results/capabilities-microinteract-4c446-ltip-follows-mouse-movement-smoke-chromium\error-context.md

Root Cause Analysis

Likely selector stability, timing, or focus-management regression; needs targeted triage.

Automated regression reported this failure from Playwright artifacts. ## Defect Details - Case key: `tooltip.spec.ts:59:6 tooltip follows mouse movement` - Suite: `capabilities\microinteractions\tooltip.spec.ts` - Test: `Contact Email Tooltip @smoke › tooltip follows mouse movement` - Failure frequency: 2 ## Error Message ```text [smoke-chromium] › capabilities\microinteractions\tooltip.spec.ts:59:6 › Contact Email Tooltip @smoke › tooltip follows mouse movement Error: expect(locator).toBeVisible() failed Locator: locator('#contact-hint') Expected: visible Received: hidden Timeout: 5000ms Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('#contact-hint') 9 × locator resolved to <div id="contact-hint" x-text="hintText" x-show="hintVisible" class="contact-hint" :style="`left:${hintX}px; top:${hintY}px`">Spotted a typo? I appreciate quick heads-up notes.</div> - unexpected value "hidden" ``` ## Evidence (Screenshots/Error Context) - `e2e/test-results/capabilities-microinteract-4c446-ltip-follows-mouse-movement-smoke-chromium\test-failed-1.png` - `e2e/test-results/capabilities-microinteract-4c446-ltip-follows-mouse-movement-smoke-chromium\error-context.md` ## Root Cause Analysis Likely selector stability, timing, or focus-management regression; needs targeted triage.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: santhoshj/clawfort#78