Skip to content

Test FormTransferTransaction is unstable #1976

Description

@cryptoBeliever

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions