fix: personal group transactions #1682
Annotations
2 errors and 1 notice
run automation:
automation/tests/registrationTests.test.js#L1
1) [Transaction tool] › tests/registrationTests.test.js:79:3 › Registration tests › Verify elements on account setup page are correct
Test timeout of 30000ms exceeded.
|
run automation:
automation/tests/registrationTests.test.js#L90
1) [Transaction tool] › tests/registrationTests.test.js:79:3 › Registration tests › Verify elements on account setup page are correct
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
88 |
89 | const allElementsAreCorrect = await registrationPage.verifyAccountSetupElements();
> 90 | expect(allElementsAreCorrect).toBe(true);
| ^
91 | });
92 |
93 | test('Verify "Create New" tab elements in account setup are correct', async () => {
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:90:35
|
run automation
1 flaky
[Transaction tool] › tests/registrationTests.test.js:79:3 › Registration tests › Verify elements on account setup page are correct
18 passed (2.2m)
|
Loading