Test Frontend #1606
Annotations
1 error, 1 warning, and 1 notice
run automation:
automation/tests/registrationTests.test.js#L105
1) [Transaction tool] › tests/registrationTests.test.js:93:3 › Registration tests › Verify "Create New" tab elements in account setup are correct
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
103 |
104 | const allTilesArePresent = await registrationPage.verifyAllMnemonicTilesArePresent();
> 105 | expect(allTilesArePresent).toBe(true);
| ^
106 |
107 | const isCheckBoxVisible = await registrationPage.isUnderstandCheckboxVisible();
108 | expect(isCheckBoxVisible).toBe(true);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:105:32
|
Upload Screenshots
No files were found with the provided path: automation/test-results/screenshots/. No artifacts will be uploaded.
|
run automation
1 flaky
[Transaction tool] › tests/registrationTests.test.js:93:3 › Registration tests › Verify "Create New" tab elements in account setup are correct
18 passed (1.8m)
|
Loading