Files
k3s/tatort/tests/test.js
2025-02-25 15:44:04 +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