Submit manually execution (#1549) #1893
Annotations
10 errors and 1 notice
run automation:
automation/tests/workflowTests.test.js#L1
1) [Transaction tool] › tests/workflowTests.test.js:152:3 › Workflow tests › Verify clicking on "Edit" and "Update" navigates the user on update account tx page with prefilled account
Test timeout of 30000ms exceeded.
|
run automation:
automation/tests/workflowTests.test.js#L162
1) [Transaction tool] › tests/workflowTests.test.js:152:3 › Workflow tests › Verify clicking on "Edit" and "Update" navigates the user on update account tx page with prefilled account
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
160 |
161 | const isSignAndSubmitButtonVisible = await transactionPage.isSignAndSubmitButtonVisible();
> 162 | expect(isSignAndSubmitButtonVisible).toBe(true);
| ^
163 |
164 | const isAccountIdPrefilled = await transactionPage.getPrefilledAccountIdInUpdatePage();
165 | expect(isAccountIdPrefilled).toContain(accountFromList);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:162:42
|
run automation:
automation/tests/workflowTests.test.js#L1
2) [Transaction tool] › tests/workflowTests.test.js:168:3 › Workflow tests › Verify clicking on "Edit" and "Delete" navigates the user on update account tx page with prefilled account
Test timeout of 30000ms exceeded.
|
run automation:
automation/tests/workflowTests.test.js#L178
2) [Transaction tool] › tests/workflowTests.test.js:168:3 › Workflow tests › Verify clicking on "Edit" and "Delete" navigates the user on update account tx page with prefilled account
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
176 |
177 | const isTransferAccountIdVisible = await transactionPage.isTransferAccountIdVisible();
> 178 | expect(isTransferAccountIdVisible).toBe(true);
| ^
179 |
180 | const isAccountIdPrefilled = await transactionPage.getPrefilledAccountIdInDeletePage();
181 | expect(isAccountIdPrefilled).toContain(accountFromList);
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:178:40
|
run automation:
automation/tests/workflowTests.test.js#L1
3) [Transaction tool] › tests/workflowTests.test.js:204:3 › Workflow tests › Verify user can add an existing account
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/TransactionPage.js#L665
3) [Transaction tool] › tests/workflowTests.test.js:204:3 › Workflow tests › Verify user can add an existing account
Error: page.waitForSelector: Target page, context or browser has been closed
at pages/TransactionPage.js:665
663 | // Construct the selector for the confirmation transaction modal that is visible and in a displayed state
664 | const modalSelector = `[data-testid="${this.confirmTransactionModalSelector}"][style*="display: block"]`;
> 665 | await this.window.waitForSelector(modalSelector, { state: 'visible', timeout: 15000 });
| ^
666 |
667 | // Construct the selector for the enabled sign button within the visible modal
668 | const signButtonSelector = `${modalSelector} [data-testid="${this.buttonSignTransactionSelector}"]:enabled`;
at TransactionPage.clickSignTransactionButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:665:23)
at TransactionPage.createNewAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:423:16)
at AccountPage.ensureAccountExistsAndUnlinked (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/AccountPage.js:220:32)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:205:5
|
run automation:
automation/tests/workflowTests.test.js#L1
4) [Transaction tool] › tests/workflowTests.test.js:263:3 › Workflow tests › Verify file card append flow leads to append page with prefilled fileid
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/BasePage.js#L441
4) [Transaction tool] › tests/workflowTests.test.js:263:3 › Workflow tests › Verify file card append flow leads to append page with prefilled fileid
Error: locator.count: Target page, context or browser has been closed
at pages/BasePage.js:441
439 | }
440 |
> 441 | const count = await elements.count();
| ^
442 |
443 | const texts = [];
444 | for (let i = 0; i < count; i++) {
at FilePage.getText (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:441:36)
at FilePage.getFirstFileIdFromPage (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/FilePage.js:152:12)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:267:20
|
run automation:
automation/tests/workflowTests.test.js#L1
5) [Transaction tool] › tests/workflowTests.test.js:277:3 › Workflow tests › Verify file card read flow leads to read page with prefilled fileid
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/BasePage.js#L441
5) [Transaction tool] › tests/workflowTests.test.js:277:3 › Workflow tests › Verify file card read flow leads to read page with prefilled fileid
Error: locator.count: Target page, context or browser has been closed
at pages/BasePage.js:441
439 | }
440 |
> 441 | const count = await elements.count();
| ^
442 |
443 | const texts = [];
444 | for (let i = 0; i < count; i++) {
at FilePage.getText (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:441:36)
at FilePage.getFirstFileIdFromPage (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/FilePage.js:152:12)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:281:20
|
run automation
9 flaky
[Transaction tool] › tests/workflowTests.test.js:152:3 › Workflow tests › Verify clicking on "Edit" and "Update" navigates the user on update account tx page with prefilled account
[Transaction tool] › tests/workflowTests.test.js:168:3 › Workflow tests › Verify clicking on "Edit" and "Delete" navigates the user on update account tx page with prefilled account
[Transaction tool] › tests/workflowTests.test.js:204:3 › Workflow tests › Verify user can add an existing account
[Transaction tool] › tests/workflowTests.test.js:263:3 › Workflow tests › Verify file card append flow leads to append page with prefilled fileid
[Transaction tool] › tests/workflowTests.test.js:277:3 › Workflow tests › Verify file card read flow leads to read page with prefilled fileid
[Transaction tool] › tests/workflowTests.test.js:300:3 › Workflow tests › Verify clicking on "Add new" and "Update" navigates the user to update file transaction page w/o prefilled id
[Transaction tool] › tests/workflowTests.test.js:312:3 › Workflow tests › Verify clicking on "Add new" and "Append" navigates the user to update file transaction page w/o prefilled id
[Transaction tool] › tests/workflowTests.test.js:324:3 › Workflow tests › Verify clicking on "Add new" and "Read" navigates the user to update file transaction page w/o prefilled id
[Transaction tool] › tests/workflowTests.test.js:336:3 › Workflow tests › Verify user can unlink multiple files
1 skipped
22 passed (7.3m)
|
Loading