fix a test, add potential-failing comment

This commit is contained in:
2024-08-10 08:11:31 -06:00
parent 93caec3719
commit 5ad933f1c6
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
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
await page.goto('./account');
await page.getByRole('heading', { name: 'Advanced' }).click();