Summary of all failing tests
FAIL __tests__/views/forms/FormTransferTransaction.spec.ts (84.503s)
● views/forms/FormTransferTransaction › multisig account - sign transaction successfully
expect(received).toBe(expected) // Object.is equality
Expected: "TD27UPDTX6MXPRE7WWKZLRQ5XCEAJ2DG2JNOLVI"
Received: "TB2IMFLYCQFZC6NZLWVQL26FZN6BNCNBZJP7WJQ"
...
191 | await waitFor(() => expect(store.getters['account/currentSignerAccountInfo'].address.plain()).toBe(currentSignerAddress));
> 192 | await waitFor(() => expect(store.getters['harvesting/currentSignerHarvestingModel'].accountAddress).toBe(currentSignerAddress), {
| ^
193 | timeout: 3_000,
194 | });
195 | await waitFor(() => expect(store.getters['mosaic/networkBalanceMosaics'].balance.toString()).toBe(expectedAccountBalance), {
What's the issue?
Test
FormTransferTransaction.spec.tsis failing randomly. Stack trace: