Skip to content

Commit 42a13f7

Browse files
committed
typo
1 parent 39363e7 commit 42a13f7

File tree

1 file changed

+1
-1
lines changed
  • packages/create-svelte/shared/+playwright+default/tests

1 file changed

+1
-1
lines changed

packages/create-svelte/shared/+playwright+default/tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { expect, test } from '@playwright/test';
22

33
test('about page has expected h1', async ({ page }) => {
44
await page.goto('/about');
5-
expect(await page.textContent('h1')).toBe('About this page');
5+
expect(await page.textContent('h1')).toBe('About this app');
66
});

0 commit comments

Comments
 (0)