fix: personal group transactions #1682
Annotations
2 errors and 1 notice
run automation:
automation/tests/workflowTests.test.js#L24
1) [Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
"beforeAll" hook timeout of 30000ms exceeded.
22 |
23 | test.describe('Workflow tests', () => {
> 24 | test.beforeAll(async () => {
| ^
25 | await resetDbState();
26 | ({ app, window } = await setupApp());
27 | loginPage = new LoginPage(window);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:24:8
|
run automation:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/RegistrationPage.js:267
265 |
266 | const isTabVisible = await this.isCreateNewTabVisible();
> 267 | expect(isTabVisible).toBe(true);
| ^
268 |
269 | await this.clickOnCreateNewTab();
270 | await this.clickOnUnderstandCheckbox();
at RegistrationPage.completeRegistration (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:267:26)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:42:5
|
run automation
1 flaky
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
1 skipped
30 passed (2.3m)
|
Loading