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.
Failures:
1) Scenario: should allow to save account locally, after page reload it should require passphrase to do the first transaction, and remember the passphrase for next transactions - features/accountManagement.feature:2
Step: And I should see alert dialog with title "Success" and text "Your transaction of 2 LSK to 537318935439898807L was accepted and will be processed in a few seconds." - features/accountManagement.feature:23
Step Definition: features/step_definitions/generic.step.js:92
Message:
AssertionError: inside element ".modal-dialog .alert-dialog-message": expected 'Request is made on the wrong network.' to equal 'Your transaction of 2 LSK to 537318935439898807L was accepted and will be processed in a few seconds.'
+ expected - actual
-Request is made on the wrong network.
+Your transaction of 2 LSK to 537318935439898807L was accepted and will be processed in a few seconds.
Steps to reproduce
Run npm tun e2e-test
The text was updated successfully, but these errors were encountered:
Expected behaviour
npm tun e2e-test
should end with successActual behaviour
npm tun e2e-test
ends withSteps to reproduce
Run
npm tun e2e-test
The text was updated successfully, but these errors were encountered: