Skip to content

Commit

Permalink
fixup! fixup! Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 10, 2025
1 parent de22e22 commit 503fc37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/app-dir/router-autoscroll/router-autoscroll.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ describe('router autoscrolling on navigation', () => {
expect(
await browser.eval('document.documentElement.scrollHeight')
).toBeGreaterThan(0)
await waitForScrollToComplete(browser, {
x: 0,
// FIXME: Should be 0
y: await browser.eval('document.documentElement.scrollHeight'),
})
await waitForScrollToComplete(browser, { x: 0, y: 0 })
})
})

Expand Down

0 comments on commit 503fc37

Please sign in to comment.