Skip to content

Commit

Permalink
Update test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Apr 26, 2024
1 parent 315ead9 commit 7e17fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ 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();
await expect(page.getByRole('heading', { name: 'Welcome to your library project' })).toBeVisible();
});

0 comments on commit 7e17fd0

Please sign in to comment.