Skip to content

@onboarding_2 fails randomly #507

@piotr-iohk

Description

@piotr-iohk

To reproduce

What the test does is:

  • create new wallet, get receive address (save it as address0)
  • restore the same wallet, get receive address (save it as address1)
    and then goes to addressViewer and expects that:
  • first address == address0
  • second address == address1

Expected
Addresses in AddressViewer should be sequentially presented, so first address should be the address0 (the receive address after creating a wallet), second address should be the address1 (so the receive address after restoring the wallet)

Actual
The test fails intermittently in CI. Usually after it is re-run it passes.

Error in "@onboarding - Onboarding.@onboarding_2 - Can pass onboarding correctly"
Error: expect(received).toEqual(expected) // deep equality

Expected: "bcrt1qczguwtuqukz3jgmzr3pmams87mpjdplsfde0ul"
Received: "bcrt1qpq2dtjjfl7gp874khcxdsydwf784fxs6fpnukk"

i.e. https://github.com/synonymdev/bitkit-android/actions/runs/20057721560/job/57527118102?pr=500

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions