Skip to content

Commit

Permalink
see if it passes CI with the reload taken out
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Jun 5, 2023
1 parent f9a3248 commit 4ca3f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/e2e/scroll-restore.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test('scroll restore', async ({ page }) => {
// random reload in there because we use sessionStorage. note we are
// deliberately on the disks page here because there's a quirk in playwright
// that seems to reset to the disks page on reload
await page.reload()
// await page.reload()

// back to snapshots, scroll is restored
await page.goBack()
Expand Down

0 comments on commit 4ca3f6d

Please sign in to comment.