Skip to content

Commit 247f602

Browse files
authored
chore: adding check to reduce flakiness multichain test (#4243)
1 parent f2f1b72 commit 247f602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/laboratory/tests/multichain/multichain-wagmi-solana.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ test('it should disconnect as expected', async () => {
104104

105105
test('it should also connect wagmi and sign a message if connecting from a different namespace', async () => {
106106
await modalPage.switchNetworkWithNetworkButton('Solana')
107+
await modalValidator.expectSwitchedNetworkOnNetworksView('Solana')
107108
await modalPage.closeModal()
108109
await modalPage.qrCodeFlow(modalPage, walletPage)
109110
await modalValidator.expectConnected()

0 commit comments

Comments
 (0)