feat: add delete for endpoints in node form data, clean up endpoint s… #1212
Annotations
1 error and 1 notice
run automation:
automation/tests/registrationTests.test.js#L204
1) [Transaction tool] › tests/registrationTests.test.js:193:3 › Registration tests › Verify clear button clears the existing mnemonic phrase
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
202 |
203 | const isTabVisible = await registrationPage.isCreateNewTabVisible();
> 204 | expect(isTabVisible).toBe(true);
| ^
205 |
206 | await registrationPage.clickOnCreateNewTab();
207 |
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:204:26
|
run automation
1 flaky
[Transaction tool] › tests/registrationTests.test.js:193:3 › Registration tests › Verify clear button clears the existing mnemonic phrase
18 passed (1.8m)
|
Loading