dusk-network / rusk

The reference Dusk platform implementation and tools
Mozilla Public License 2.0
167 stars 60 forks source link

Fix staking and transactions page tests #2448

Open ascartabelli opened 2 months ago

ascartabelli commented 2 months ago

Summary

The tests:

are made only with a snapshot, without mocking what's returned by the walletStore method calls, so they are just rendering an error page (as the wallet isn't initialized).

The transactions page test also contains commented code.

kieranhall commented 3 weeks ago

On hold until wallet is released for mainnet.