Skip to content

Commit

Permalink
chore: fix test behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Sep 19, 2024
1 parent d87ded3 commit 2b9b166
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ test('it should switch networks and sign', async () => {

const chainName = chains[index] ?? DEFAULT_CHAIN_NAME
await modalPage.switchNetwork(chainName)
await modalValidator.expectSwitchedNetwork(chainName)
await modalPage.closeModal()

// -- Sign ------------------------------------------------------------------
Expand All @@ -78,7 +77,6 @@ test('it should switch between multiple accounts', async () => {
const chainName = 'Ethereum'
await modalPage.switchNetwork(chainName)
await modalPage.page.waitForTimeout(500)
await modalValidator.expectSwitchedNetwork(chainName)
await modalPage.closeModal()
const originalAddress = await modalPage.getAddress()
await modalPage.openAccount()
Expand Down

0 comments on commit 2b9b166

Please sign in to comment.