Skip to content
New issue

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 is unstable #1976

Open
cryptoBeliever opened this issue Mar 7, 2023 · 0 comments
Open

Test FormTransferTransaction is unstable #1976

cryptoBeliever opened this issue Mar 7, 2023 · 0 comments

Comments

@cryptoBeliever
Copy link
Contributor

What's the issue?

Test FormTransferTransaction.spec.ts is failing randomly. Stack trace:

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), {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant