Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjisong committed Dec 19, 2024
1 parent c0a1de6 commit 67a9f91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-mobile/e2e/tests/plusIcon/bridge/bridge.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ describe('Bridge Screen', () => {
// Add token before toggling
await bridgeTabPage.tapSelectToken()
await sendPage.selectToken(token)
console.log('hey1')
await bridgeTabPage.verifyNetworks(network, bridgeTabLoc.avalancheNetwork)

// Toggle > verify `from` and `to` networks updated
await bridgeTabPage.tapBridgeToggleBtn()
await bridgeTabPage.verifyNetworks(bridgeTabLoc.avalancheNetwork, network)

// Toggle > verify `from` and `to` networks updated
await bridgeTabPage.tapBridgeToggleBtn()
await bridgeTabPage.verifyNetworks(network, bridgeTabLoc.avalancheNetwork)

Expand Down

0 comments on commit 67a9f91

Please sign in to comment.