Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Feb 17, 2025
1 parent d0fcfe0 commit cb62e3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/navigation/app/scroll-restoration/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default function Page() {
const { items, loadMoreItems } = useContext(ItemsContext)

return (
<div>
// Dev Indicator blocking the click.
<div style={{ paddingBottom: 60 }}>
<h1>Page</h1>
<ul>
{items.map((item) => (
Expand Down

0 comments on commit cb62e3b

Please # to comment.