Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Dec 13, 2024
1 parent bd0fd31 commit fb75820
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/prefetch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const hoverAndClick = async (page: Page, buttonText: string, id: number) => {
await isPrefetchSwrPage(page, id)
}

test.fixme('prefetch touchstart/focus/blur', async ({ page }) => {
// TODO next
expect(true).toBe(false);
});

test('will not prefetch current page', async ({ page }) => {
// These two prefetch requests should be made on mount
const prefetch2 = page.waitForResponse('prefetch/2')
Expand Down

0 comments on commit fb75820

Please sign in to comment.