Files
tatort/tests/test.js
2025-03-25 12:44:24 +01:00

8 lines
250 B
JavaScript

import { expect, test } from '@playwright/test';
test('index page has expected h1', async ({ page }) => {
await page.goto('/');
await expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();
});
//mina;
//mina am FreitAGs