fix indentation

This commit is contained in:
Yury Semikhatsky 2025-01-07 11:55:58 -08:00
parent 029dc5ef6c
commit 07539d0746

View file

@ -130,7 +130,8 @@ async function pinch(locator: Locator,
} }
test(`pinch in gesture to zoom out the map`, async ({ page }) => { test(`pinch in gesture to zoom out the map`, async ({ page }) => {
await page.goto('https://www.google.com/maps/place/@37.4117722,-122.0713234,15z', { waitUntil: 'commit' }); await page.goto('https://www.google.com/maps/place/@37.4117722,-122.0713234,15z',
{ waitUntil: 'commit' });
await page.getByRole('button', { name: 'Keep using web' }).click(); await page.getByRole('button', { name: 'Keep using web' }).click();
await expect(page.getByRole('button', { name: 'Keep using web' })).not.toBeVisible(); await expect(page.getByRole('button', { name: 'Keep using web' })).not.toBeVisible();
// Get the map element. // Get the map element.