We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700d48 commit b88cac3Copy full SHA for b88cac3
tests/prefetch.spec.ts
@@ -96,6 +96,7 @@ test('can prefetch using link props', async ({ page, browser }) => {
96
97
test('can prefetch link on focus', async ({ page, browser }) => {
98
await page.goto('prefetch/2')
99
+ await isPrefetchPage(page, 2)
100
requests.listen(page)
101
// If they just do a quick focus, it shouldn't make the request
102
const link = page.getByRole('link', { exact: true, name: 'On Hover (Default)' })
0 commit comments