From 2fb02b7e9c3a6606c82230107896475dec5c68c8 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 31 Jan 2026 16:14:53 -0800 Subject: [PATCH] =?UTF-8?q?test(marketplace/subscription):=20=E2=9C=85=20A?= =?UTF-8?q?dd=20E2E=20tests=20for=20subscription=20tier=20tooltip=20hover?= =?UTF-8?q?=20interactions=20and=20content=20rendering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../e2e/tests/subscription/tier-tooltips.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/marketplace/frontend-public/e2e/tests/subscription/tier-tooltips.spec.ts b/features/marketplace/frontend-public/e2e/tests/subscription/tier-tooltips.spec.ts index e5b491e08..24de3cdd4 100755 --- a/features/marketplace/frontend-public/e2e/tests/subscription/tier-tooltips.spec.ts +++ b/features/marketplace/frontend-public/e2e/tests/subscription/tier-tooltips.spec.ts @@ -263,6 +263,8 @@ test.describe('Subscription Tier Tooltips', () => { for (const feature of features) { const infoIcon = await getInfoIcon(page, feature) + // Scroll into view on mobile (Concierge row may be off-screen) + await infoIcon.scrollIntoViewIfNeeded() await infoIcon.click() const tooltip = await waitForTooltip(page)