You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
I suspect that the problem is that the transaction that registers the second passphrase for the account used in the test (sent in e2e-test-setup.sh) is not processed yet. It depends on the mutual timing of:
Expected behaviour
E2e tests shoul be stable
Actual behaviour
This test sometimes fails:

I suspect that the problem is that the transaction that registers the second passphrase for the account used in the test (sent in
e2e-test-setup.sh
) is not processed yet. It depends on the mutual timing of:The easy fix would be to increase the sleep in
e2e-test-setup.sh
.But the setup would be faster to use the snapshot used for e2e tests in Explorer.
https://github.com/LiskHQ/lisk-explorer/blob/4d3735f5cf964ae91005b064b883c8dd768bcab8/e2e-test-setup.sh#L11
The snapshot should have all transactions used in Nano e2e tests.
Steps to reproduce
Run e2e tests repeatedly until it happens
The text was updated successfully, but these errors were encountered: