vegaprotocol / vegawallet-desktop

Desktop application for Vega Protocol's wallet
MIT License
15 stars 12 forks source link

Fix failing onboarding test after changes to available networks #603

Closed dalebennett1992 closed 1 year ago

dalebennett1992 commented 1 year ago

The Chore

This change https://github.com/vegaprotocol/vegawallet-desktop/pull/577 introduced some new functionality meaning that the 'import default wallets' test started failing. Slack convo here for context

onboarding › import default wallets ( it’s mistake in the name here, it should be “import default networks”) Open the app Open networks available it should have fairground mainnet1 testnet2 it had only mainnet1 Here I believe it’s intentional change, as basing on PR title :smile: The question is - should we just change the test to expect mainnet1 only, or maybe should we alter the behaviour basing on some env variable? In the mode the software in compiled in, it should be just mainnet1

Tasks

radoslaw-szpiech commented 1 year ago

Already fixed.