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:
parent
956e39ccff
commit
2fb02b7e9c
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue