import { test, expect } from '@playwright/test'; test('#6 Location should link to map', async ({ page }) => { await page.goto('https://uat.dailykart.net/contact', { waitUntil: 'load', timeout: 60000, }); // ... scroll and check location info });