Skip to content

Commit 17be63c

Browse files
committed
cleanup
1 parent b418728 commit 17be63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/solid-router/tests/link.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,7 @@ describe('Link', () => {
900900
expect(window.location.search).toBe('?page=2&filter=inactive')
901901
})
902902

903+
await screen.findByTestId('current-page')
903904
// Verify search was updated
904905
expect(window.location.pathname).toBe('/Dashboard/posts')
905906
expect(window.location.search).toBe('?page=2&filter=inactive')

0 commit comments

Comments
 (0)