test: add missing-key import automation test #6898
test-frontend.yaml
on: pull_request
Build | Front-end
3m 14s
Matrix: unit-test
Matrix: test
Cleanup | Build Cache
0s
Annotations
5 errors, 1 warning, and 2 notices
|
Automation | Shared E2E
Process completed with exit code 1.
|
|
[Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions:
automation/pages/BasePage.ts#L170
2) [Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-menu-transactions')
- locator resolved to <a draggable="false" href="/transactions" class="link-menu mt-2 active" data-testid="button-menu-transactions">…</a>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 100ms
51 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 500ms
at ../pages/BasePage.ts:170
168 | const element = this.getElement(selector, index);
169 | await element.waitFor({ state: 'visible', timeout });
> 170 | await element.click();
| ^
171 | await this.captureStepScreenshot(`click-${selector}`);
172 | }
173 |
at TransactionPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19)
at TransactionPage.clickOnTransactionsMenuButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.ts:259:5)
at executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:51:3)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:87:41
|
|
[Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions:
automation/pages/BasePage.ts#L170
2) [Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-menu-transactions')
- locator resolved to <a draggable="false" href="/transactions" class="link-menu mt-2 active" data-testid="button-menu-transactions">…</a>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 100ms
49 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
at ../pages/BasePage.ts:170
168 | const element = this.getElement(selector, index);
169 | await element.waitFor({ state: 'visible', timeout });
> 170 | await element.click();
| ^
171 | await this.captureStepScreenshot(`click-${selector}`);
172 | }
173 |
at TransactionPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19)
at TransactionPage.clickOnTransactionsMenuButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.ts:259:5)
at executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:51:3)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:87:41
|
|
[Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions:
automation/pages/BasePage.ts#L170
2) [Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-menu-transactions')
- locator resolved to <a draggable="false" href="/transactions" class="link-menu mt-2 active" data-testid="button-menu-transactions">…</a>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 100ms
51 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="small-modal modal fade show" aria-labelledby="exampleModalLabel" data-testid="modal-confirm-transaction">…</div> from <form data-v-c211e1a2="" class="p-5 flex-1 overflow-hidden container-main-content">…</form> subtree intercepts pointer events
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
at ../pages/BasePage.ts:170
168 | const element = this.getElement(selector, index);
169 | await element.waitFor({ state: 'visible', timeout });
> 170 | await element.click();
| ^
171 | await this.captureStepScreenshot(`click-${selector}`);
172 | }
173 |
at TransactionPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19)
at TransactionPage.clickOnTransactionsMenuButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.ts:259:5)
at executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:51:3)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:87:41
|
|
[Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:93:3 › Organization Group Tx tests @organization-advanced › Verify user can execute group transaction in organization:
automation/pages/BasePage.ts#L439
1) [Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:93:3 › Organization Group Tx tests @organization-advanced › Verify user can execute group transaction in organization
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('button-sign-all-confirm') to be visible
21 × locator resolved to hidden <button data-v-abb1faca="" class="btn btn-primary" data-testid="button-sign-all-confirm">Sign all</button>
at ../pages/BasePage.ts:439
437 | try {
438 | const element = this.getElement(selector, index);
> 439 | await element.waitFor({ state: 'visible', timeout });
| ^
440 | console.log(`Element with selector ${selector} is now visible.`);
441 | await this.captureStepScreenshot(`wait-visible-${selector}`);
442 | } catch (error) {
at OrganizationPage.waitForElementToBeVisible (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:439:21)
at OrganizationPage.clickOnConfirmSignAllButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/OrganizationPage.ts:1727:16)
at GroupPage.clickOnConfirmSignAllButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/GroupPage.ts:436:33)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupTests.test.ts:102:21
|
|
Automation | Local Basic
No files were found with the provided path: automation/test-results. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
74 passed (9.2m)
|
|
🎭 Playwright Run Summary
1 failed
[Transaction tool] › tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:86:3 › Organization Group CSV load tests @organization-advanced › Verify user can import csv with 100 transactions
1 flaky
[Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:93:3 › Organization Group Tx tests @organization-advanced › Verify user can execute group transaction in organization
2 skipped
156 passed (24.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
kind-logs-Shared E2E
|
3.74 MB |
sha256:7adfb9bc7976a3cad7f34d6940956c8044655732b861b2a87e25d38e159afadc
|
|
|
playwright-report-Local Basic
|
447 KB |
sha256:ce91319a1d1d64995d8956e8f3898e4a867a2c7d1f3bf72ce231c806d9efa800
|
|
|
playwright-report-Shared E2E
|
3.13 MB |
sha256:d77fac23a1d383dbbf13fa38a33de9d95e10ff7bbbbe665b09817467213b2530
|
|
|
playwright-test-results-Shared E2E
|
556 KB |
sha256:0c2df59df876d798018aaaa4a5b72db443f59226bd2079a452f384cd24cd0f45
|
|
|
solo-diagnostics-Shared E2E
|
28.2 KB |
sha256:d94ecc657738737f89d0c600f29c7916431f72a6e3b94f2d07a3fc37f95df4c0
|
|