Icon for network change updated #40
test-frontend.yaml
on: pull_request
Build front-end
3m 38s
Matrix: test
Annotations
3 errors, 4 warnings, and 5 notices
[Transaction tool] › tests/transactionTests.test.js:179:3 › Transaction tests › Verify user can execute account delete tx:
automation/pages/TransactionPage.js#L903
1) [Transaction tool] › tests/transactionTests.test.js:179:3 › Transaction tests › Verify user can execute account delete tx
Error: Failed to enable the button after multiple attempts. Selector: button-sign-and-submit-delete
at pages/TransactionPage.js:903
901 | }
902 |
> 903 | throw new Error(
| ^
904 | `Failed to enable the button after multiple attempts. Selector: ${buttonSelector}`,
905 | );
906 | }
at TransactionPage.fillInAccountId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:903:11)
at TransactionPage.fillInDeletedAccountId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:909:5)
at TransactionPage.deleteAccount (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:563:5)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:182:27
|
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information:
automation/utils/electronAppLauncher.js#L5
1) [Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
Error: electron.launch: Target page, context or browser has been closed
Browser logs:
<launching> ../front-end/release/linux-unpacked/hedera-transaction-tool --inspect=0 --remote-debugging-port=0
<launched> pid=8273
[pid=8273][err] [8273:0628/105955.507383:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[pid=8273][err] Debugger listening on ws://127.0.0.1:39481/656bc644-ade8-4375-80e1-374ec748fb3b
[pid=8273][err] For help, see: https://nodejs.org/en/docs/inspector
[pid=8273][err] Debugger attached.
[pid=8273][err] LaunchProcess: failed to execvp:
[pid=8273][err] xdg-settings
[pid=8273][err] [8273:0628/105956.655604:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[pid=8273][err] [8273:0628/105956.655817:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[pid=8273][err] [8273:0628/105956.658865:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][err] [8273:0628/105956.659071:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][err] [8273:0628/105956.659207:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][err] [8273:0628/105956.659306:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][err] [8273:0628/105956.663073:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8308: Permission denied (13)
[pid=8273][err]
[pid=8273][err] DevTools listening on ws://127.0.0.1:41973/devtools/browser/85daa04c-91f4-487c-8a99-50f2451c0d85
[pid=8273][err] [8273:0628/105956.708897:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][err] [8273:0628/105956.722375:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[pid=8273][out] Current migration:
[pid=8273][out] Applying migration: 20240207141145_init
[pid=8273][out] Applying migration: 20240208114842_rename_key_id_in_transaction
[pid=8273][out] Applying migration: 20240215101056_transaction_drafts_added
[pid=8273][out] Applying migration: 20240221093952_hedera_file_info_extended
[pid=8273][out] Applying migration: 20240223122415_make_hedera_file_nickname_nullable
[pid=8273][out] Applying migration: 20240227161507_last_refreshed_field_added
[pid=8273][out] Applying migration: 20240227162523_is_template_field_added_in_transactions_draft
[pid=8273][out] Applying migration: 20240307071820_complex_key_added
[pid=8273][out] Applying migration: 20240321131257_organizations_added
[pid=8273][out] Applying migration: 20240322100208_jwt_added_in_credentials
[pid=8273][out] Applying migration: 20240401140043_removed_unique_constraint_on_organizations
[pid=8273][out] Applying migration: 20240422080731_user_id_in_organization_fields_added
[pid=8273][out] Applying migration: 20240422095336_add_contact_table
[pid=8273][out] Applying migration: 20240429134600_contacts_updated
[pid=8273][out] Applying migration: 20240516091850_network_field_added
[pid=8273][out] Applying migration: 20240604135953_remove_organization_transacaction_connection
[pid=8273][err] [8308:0628/10595
|
[Transaction tool] › tests/workflowTests.test.js:669:3 › Workflow tests › Verify transaction details are displayed for file append tx :
automation/pages/BasePage.js#L26
2) [Transaction tool] › tests/workflowTests.test.js:669:3 › Workflow tests › Verify transaction details are displayed for file append tx
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 1000ms exceeded.
Call log:
- waiting for getByTestId('p-file-details-file-id') to be visible
at pages/BasePage.js:26
24 | console.log(`Getting text for element with testId: ${testId}`);
25 | const element = this.window.getByTestId(testId);
> 26 | await element.waitFor({ state: 'visible', timeout: timeout });
| ^
27 | return element.textContent();
28 | }
29 |
at DetailsPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19)
at DetailsPage.getFileDetailsFileId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:180:23)
at extraAssertions (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:683:57)
at DetailsPage.assertTransactionDetails (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/DetailsPage.js:223:11)
at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:679:5
|
Slow Test:
automation/[Transaction tool] › tests/settingsTests.test.js#L1
automation/[Transaction tool] › tests/settingsTests.test.js took 26.8s
|
Slow Test:
automation/[Transaction tool] › tests/registrationTests.test.js#L1
automation/[Transaction tool] › tests/registrationTests.test.js took 1.6m
|
Slow Test:
automation/[Transaction tool] › tests/transactionTests.test.js#L1
automation/[Transaction tool] › tests/transactionTests.test.js took 4.4m
|
Slow Test:
automation/[Transaction tool] › tests/workflowTests.test.js#L1
automation/[Transaction tool] › tests/workflowTests.test.js took 2.7m
|
🎭 Playwright Run Summary
5 passed (26.1s)
|
🎭 Playwright Run Summary
8 passed (42.4s)
|
🎭 Playwright Run Summary
19 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/transactionTests.test.js:179:3 › Transaction tests › Verify user can execute account delete tx
35 passed (5.0m)
|
🎭 Playwright Run Summary
2 flaky
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
[Transaction tool] › tests/workflowTests.test.js:669:3 › Workflow tests › Verify transaction details are displayed for file append tx
30 passed (3.3m)
|