|
@ -1,6 +1,6 @@ |
|
|
import { test, expect } from '@playwright/test'; |
|
|
import { test, expect } from '@playwright/test'; |
|
|
|
|
|
|
|
|
test('Confirm usage of test API', async ({ page }, testInfo) => { |
|
|
test('Confirm usage of test API (may fail if you are running your own Time Safari)', async ({ page }, testInfo) => { |
|
|
// Load account view
|
|
|
// Load account view
|
|
|
await page.goto('./account'); |
|
|
await page.goto('./account'); |
|
|
await page.getByRole('heading', { name: 'Advanced' }).click(); |
|
|
await page.getByRole('heading', { name: 'Advanced' }).click(); |
|
|