Skip to content

Commit

Permalink
chore: expect disconnected on wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Dec 27, 2024
1 parent 4746226 commit 0656ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/laboratory/tests/wallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ sampleWalletTest('it should connect and disconnect using hook', async () => {
await modalValidator.expectConnected()
await modalPage.clickHookDisconnectButton()
await modalValidator.expectDisconnected()
await walletValidator.expectDisconnected()
})

sampleWalletTest('it should disconnect and close modal when connecting from wallet', async () => {
Expand Down

0 comments on commit 0656ec7

Please sign in to comment.