gui/modules/gui/tests/test.ts

5 lines
147 B
TypeScript

import { expect, test } from '@playwright/test';
test('index page has expected Discover header', async ({ page }) => {
await page.goto('/');
});