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 5c9e2c5 commit a0510efCopy full SHA for a0510ef
packages/kit/test/apps/basics/test/client.test.js
@@ -606,7 +606,7 @@ test.describe('$app/stores', () => {
606
await expect(page.locator('h1')).toHaveText('/store/client-access');
607
});
608
609
- test('doesnt update if data didnt change', async ({ page, app }) => {
+ test('$page.data does not update if data is unchanged', async ({ page, app }) => {
610
await page.goto('/store/data/unchanged/a');
611
await app.goto('/store/data/unchanged/b');
612
await expect(page.locator('p')).toHaveText('$page.data was updated 0 time(s)');
0 commit comments