We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39363e7 commit 42a13f7Copy full SHA for 42a13f7
packages/create-svelte/shared/+playwright+default/tests/test.js
@@ -2,5 +2,5 @@ import { expect, test } from '@playwright/test';
2
3
test('about page has expected h1', async ({ page }) => {
4
await page.goto('/about');
5
- expect(await page.textContent('h1')).toBe('About this page');
+ expect(await page.textContent('h1')).toBe('About this app');
6
});
0 commit comments