Skip to content

Commit

Permalink
revert: edit validation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Sep 23, 2024
1 parent 4a635a6 commit eb5a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/laboratory/tests/shared/utils/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export async function expectConnection(
await modalValidator.expectConnected()
await walletValidator.expectConnected()
await modalValidator.page.evaluate(
`window.localStorage.setItem('WALLETCONNECT_DEEPLINK_CHOICE', JSON.stringify({ href: '', name: '' }))`
`window.localStorage.setItem('@appkit/deeplink_choice', JSON.stringify({ href: '', name: '' }))`
)
}

0 comments on commit eb5a102

Please sign in to comment.