Skip to content

Commit 656ff32

Browse files
committed
Update packages/kit/test/apps/basics/test/client.test.js
1 parent c64c0da commit 656ff32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/test/apps/basics/test/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ test.describe('Shallow routing', () => {
16361636
await expect(page.locator('[data-testid=count]')).toHaveText('count: 0'); // Ensure count is not bumped
16371637

16381638
await page.goBack();
1639-
await expect(page.locator('p')).toHaveText('foo: nope');
1639+
await expect(page.locator('[data-testid=foo]')).toHaveText('foo: nope');
16401640
await expect(page.locator('[data-testid=count]')).toHaveText('count: nope');
16411641
});
16421642
});

0 commit comments

Comments
 (0)