Update description text for transactions #1548
Annotations
1 error and 1 notice
run automation:
automation/tests/registrationTests.test.js#L260
1) [Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
258 |
259 | const isTabVisible = await registrationPage.isCreateNewTabVisible();
> 260 | expect(isTabVisible).toBe(true);
| ^
261 |
262 | await registrationPage.clickOnCreateNewTab();
263 | await registrationPage.clickOnUnderstandCheckbox();
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:260:26
|
run automation
1 flaky
[Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
18 passed (1.8m)
|
Loading