Skip to content

chore(deps): bump the prisma group across 1 directory with 3 updates #6959

chore(deps): bump the prisma group across 1 directory with 3 updates

chore(deps): bump the prisma group across 1 directory with 3 updates #6959

Triggered via pull request September 3, 2026 15:03
Status Success
Total duration 47m 55s
Artifacts 4

test-frontend.yaml

on: pull_request
Build | Front-end
2m 57s
Build | Front-end
Matrix: unit-test
Matrix: test
Cleanup | Build Cache
8s
Cleanup | Build Cache
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 1 warning, and 2 notices
[Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:138:3 › Organization Group Tx tests @organization-advanced › Verify user can import csv with 5 transactions: automation/pages/BasePage.ts#L439
2) [Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:138:3 › Organization Group Tx tests @organization-advanced › Verify user can import csv with 5 transactions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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-c2b8a1a9="" 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 executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:48:19) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupTests.test.ts:139:41
[Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:138:3 › Organization Group Tx tests @organization-advanced › Verify user can import csv with 5 transactions: automation/pages/BasePage.ts#L439
2) [Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:138:3 › Organization Group Tx tests @organization-advanced › Verify user can import csv with 5 transactions TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for getByTestId('button-sign-all-confirm') to be visible 22 × locator resolved to hidden <button data-v-c2b8a1a9="" 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 executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:48:19) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupTests.test.ts:139: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
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 TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('dropdown-select-mode') - locator resolved to <button data-v-c2b8a1a9="" aria-expanded="false" id="modeSelectorDropdown" data-bs-toggle="dropdown" data-testid="dropdown-select-mode" class="btn btn-secondary w-100 d-flex align-items-center justify-content-between">…</button> - 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 <div class="container-main logged-in">…</div> 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 <div class="container-main logged-in">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 48 × 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 <div class="container-main logged-in">…</div> 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 OrganizationPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19) at OrganizationPage.clickOnSelectModeDropdown (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/OrganizationPage.ts:439:5) at OrganizationPage.selectOrganizationMode (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/OrganizationPage.ts:482:5) at OrganizationPage.logoutFromOrganization (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/OrganizationPage.ts:528:5) at GroupPage.logInAndSignGroupTransactionsByAllUsers (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/GroupPage.ts:421:7) at executeOrganizationGroupFromCsvFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/flows/organizationGroupFlow.ts:53:3) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-advanced/organizationGroupCsvLoadTests.test.ts:87:41
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.1m)
🎭 Playwright Run Summary
2 flaky [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 [Transaction tool] › tests/organization-advanced/organizationGroupTests.test.ts:138:3 › Organization Group Tx tests @organization-advanced › Verify user can import csv with 5 transactions 2 skipped 155 passed (23.4m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report-Local Basic
450 KB
sha256:64f7c09e318edbb4c8e93764541569719908ce79f411d86f6ae8cdaf4901728e
playwright-report-Shared E2E
3.02 MB
sha256:0f9600a4ee5b84b406ad0dafc4d6a9fb626157fd8f61d4af920d5c2b1f03d4c3
playwright-test-results-Shared E2E
418 KB
sha256:eb8cba1e790f87e7b678976b5301cf2b8a0139fc5c97d23bb647ee25062c42a1
solo-diagnostics-Shared E2E
27.7 KB
sha256:f70b61b4a097e1941a519085c37f2ffe1399091800597a3de5b6c3c42570c2df