test(marketplace/subscription): Add E2E tests for subscription tier tooltip hover interactions and content rendering

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-31 16:14:53 -08:00
parent 956e39ccff
commit 2fb02b7e9c

View file

@ -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)