This commit is contained in:
Elgius
2023-04-06 14:21:56 +05:00
parent 54f76891d3
commit 72dd414d27
22 changed files with 25 additions and 4 deletions

View File

@ -4,3 +4,4 @@ test('index page has expected h1', async ({ page }) => {
await page.goto('/');
await expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();
});