We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test FormTransferTransaction.spec.ts is failing randomly. Stack trace:
FormTransferTransaction.spec.ts
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), {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the issue?
Test
FormTransferTransaction.spec.ts
is failing randomly. Stack trace:The text was updated successfully, but these errors were encountered: