Test Frontend #1690
Annotations
1 error and 1 notice
run automation:
automation/tests/settingsTests.test.js#L146
1) [Transaction tool] › tests/settingsTests.test.js:127:3 › Settings tests › Verify user restored key pair is saved in the local database
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
144 | currentIndex,
145 | );
> 146 | expect(isKeyPairSavedInDatabase).toBe(true);
| ^
147 |
148 | // key pair was successfully restored, so we increment the index
149 | await settingsPage.incrementIndex();
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/settingsTests.test.js:146:38
|
run automation
1 flaky
[Transaction tool] › tests/settingsTests.test.js:127:3 › Settings tests › Verify user restored key pair is saved in the local database
9 passed (33.6s)
|
Loading