dailykart-testing/tests/mailto-link.spec.ts

8 lines
244 B
TypeScript

import { test, expect } from '@playwright/test';
test('#5 Email link should use mailto protocol', async ({ page }) => {
await page.goto('https://uat.dailykart.net/contact') // 60 sec timeout
// rest of your test
});// test timeout 60 sec