rtpunish-ui/e2e/demo.test.ts
kevin fcef383183
Some checks failed
Build / Build application (push) Failing after 2m6s
Disable test for now
2024-11-12 15:41:30 +00:00

6 lines
188 B
TypeScript

//import { expect, test } from '@playwright/test';
/*test('home page has expected h1', async ({ page }) => {
await page.goto('/');
await expect(page.locator('h1')).toBeVisible();
});*/