Skip to content

Test Frontend

Test Frontend #32

Re-run triggered June 27, 2024 08:57
Status Failure
Total duration 13m 26s
Artifacts

test-frontend.yaml

on: workflow_dispatch
Build front-end
3m 5s
Build front-end
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 4 warnings, and 5 notices
[Transaction tool] › tests/settingsTests.test.js:53:3 › Settings tests › Verify that all elements in settings page are present: automation/utils/electronAppLauncher.js#L5
1) [Transaction tool] › tests/settingsTests.test.js:53:3 › Settings tests › Verify that all elements in settings page are present 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=8590 [pid=8590][err] [8590:0627/085440.982719: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=8590][err] Debugger listening on ws://127.0.0.1:33697/5c2339d2-643c-455c-b726-bc052385a169 [pid=8590][err] For help, see: https://nodejs.org/en/docs/inspector [pid=8590][err] Debugger attached. [pid=8590][err] LaunchProcess: failed to execvp: [pid=8590][err] xdg-settings [pid=8590][err] [8590:0627/085442.342330: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=8590][err] [8590:0627/085442.342666: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=8590][err] [8590:0627/085442.347700: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=8590][err] [8590:0627/085442.347897: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=8590][err] [8590:0627/085442.348008: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=8590][err] [8590:0627/085442.348112: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=8590][err] [8590:0627/085442.352480:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8643: Permission denied (13) [pid=8590][err] [pid=8590][err] DevTools listening on ws://127.0.0.1:38653/devtools/browser/03809e2d-b68f-4818-bf7d-4731e4b57965 [pid=8590][err] [8590:0627/085442.421964: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=8590][err] [8590:0627/085442.437118: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=8590][out] Current migration: [pid=8590][err] [8643:0627/085442.618175:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization [pid=8590][err] [8590:0627/085442.629885:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8753: Permission denied (13) [pid=8590][out] Applying migration: 20240207141145_init [pid=8590][out] Applying migration: 20240208114842_rename_key_id_in_transaction [pid=8590][out] Applying migration: 20240215101056_transaction_drafts_added [pid=8590][out] Applying migration: 20240221093952_hedera_file_info_extended [pid=8590][out] Applying migration: 20240223122415_make_hedera_file_nickname_nullable [pid=8590][out] Applying migration: 20240227161507_last_refreshed_field_added [pid=8590][out] Applying migration: 20240227162523_is_template_field_added_in_transactions_draft [pid=8590][out] Applying migration: 20240307071820_complex_key_added [pid=8590][out] Applying migration: 20240321131257_organizations_added [pid=8590][out] Applying migration: 20240322100208_jwt_added_in_credentials [pid=8590][out] Applying migration: 20240401140043_removed_unique_constraint_on_organizations [pid=8590][out] Applying migration: 20240422080731_user_id_in_organization_fields_added [pid=8590][out] Applying migration: 20240422095336_add_contact
[Transaction tool] › tests/settingsTests.test.js:254:3 › Settings tests › Verify user can change password: automation/tests/settingsTests.test.js#L1
2) [Transaction tool] › tests/settingsTests.test.js:254:3 › Settings tests › Verify user can change password Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Transaction tool] › tests/settingsTests.test.js:254:3 › Settings tests › Verify user can change password: automation/pages/BasePage.js#L92
2) [Transaction tool] › tests/settingsTests.test.js:254:3 › Settings tests › Verify user can change password Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Target crashed Call log: - waiting for getByTestId('input-email') at pages/BasePage.js:92 90 | console.log(`Filling element with testId: ${testId} with value: ${value}`); 91 | const element = this.window.getByTestId(testId); > 92 | await element.fill(value); | ^ 93 | } 94 | 95 | async fillByTestIdWithIndex(testId, value, index = 1) { at LoginPage.fillByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:92:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:41:18 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at LoginPage.resetForm (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:40:18) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:56:20 at LoginPage.logout (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/LoginPage.js:47:5) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/settingsTests.test.js:42:5
[Transaction tool] › tests/loginTests.test.js:50:3 › Login tests › Verify that login with incorrect password shows an error message: automation/utils/electronAppLauncher.js#L5
1) [Transaction tool] › tests/loginTests.test.js:50:3 › Login tests › Verify that login with incorrect password shows an error message 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=8454 [pid=8454][err] [8454:0627/085433.409917: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=8454][err] Debugger listening on ws://127.0.0.1:43169/00ccd513-2ba4-40f0-be8a-ac0f89bd7a16 [pid=8454][err] For help, see: https://nodejs.org/en/docs/inspector [pid=8454][err] Debugger attached. [pid=8454][err] LaunchProcess: failed to execvp: [pid=8454][err] xdg-settings [pid=8454][err] [8454:0627/085434.814478: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=8454][err] [8454:0627/085434.814719: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=8454][err] [8454:0627/085434.819434: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=8454][err] [8454:0627/085434.819627: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=8454][err] [8454:0627/085434.819736: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=8454][err] [8454:0627/085434.819842: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=8454][err] [8454:0627/085434.824624:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8542: Permission denied (13) [pid=8454][err] [pid=8454][err] DevTools listening on ws://127.0.0.1:34303/devtools/browser/ae590c51-c71b-4419-87d6-2f9ec58c99f8 [pid=8454][err] [8454:0627/085434.886304: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=8454][err] [8454:0627/085434.902109: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=8454][out] Current migration: [pid=8454][err] [8542:0627/085435.065678:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization [pid=8454][out] Applying migration: 20240207141145_init [pid=8454][out] Applying migration: 20240208114842_rename_key_id_in_transaction [pid=8454][out] Applying migration: 20240215101056_transaction_drafts_added [pid=8454][out] Applying migration: 20240221093952_hedera_file_info_extended [pid=8454][out] Applying migration: 20240223122415_make_hedera_file_nickname_nullable [pid=8454][out] Applying migration: 20240227161507_last_refreshed_field_added [pid=8454][out] Applying migration: 20240227162523_is_template_field_added_in_transactions_draft [pid=8454][out] Applying migration: 20240307071820_complex_key_added [pid=8454][out] Applying migration: 20240321131257_organizations_added [pid=8454][out] Applying migration: 20240322100208_jwt_added_in_credentials [pid=8454][out] Applying migration: 20240401140043_removed_unique_constraint_on_organizations [pid=8454][out] Applying migration: 20240422080731_user_id_in_organization_fields_added [pid=8454][out] Applying migration: 20240422095336_add_contact_table [pid=8454][out] Applying migration: 20240429134600_contacts_updated [pid=8454][out] Applying migration: 20240516091850_network_field_added
[Transaction tool] › tests/registrationTests.test.js:38:3 › Registration tests › Verify all elements are present on the registration page: automation/utils/electronAppLauncher.js#L5
1) [Transaction tool] › tests/registrationTests.test.js:38:3 › Registration tests › Verify all elements are present on the registration page 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=8350 [pid=8350][err] [8350:0627/085355.178950: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=8350][err] Debugger listening on ws://127.0.0.1:44429/5a9728ae-d61e-4264-b463-a049b50259c6 [pid=8350][err] For help, see: https://nodejs.org/en/docs/inspector [pid=8350][err] Debugger attached. [pid=8350][err] LaunchProcess: failed to execvp: [pid=8350][err] xdg-settings [pid=8350][err] [8350:0627/085356.402592: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=8350][err] [8350:0627/085356.402801: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=8350][err] [8350:0627/085356.407061: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=8350][err] [8350:0627/085356.407209: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=8350][err] [8350:0627/085356.407293: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=8350][err] [8350:0627/085356.407344: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=8350][err] [8350:0627/085356.412576:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8386: Permission denied (13) [pid=8350][err] [pid=8350][err] DevTools listening on ws://127.0.0.1:38335/devtools/browser/adb0272c-ed3e-4f6e-86be-639cc9924bce [pid=8350][err] [8350:0627/085356.469979: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=8350][err] [8350:0627/085356.486888: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=8350][out] Current migration: [pid=8350][err] [8386:0627/085356.667629:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization [pid=8350][err] [8350:0627/085356.679265:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8495: Permission denied (13) [pid=8350][out] Applying migration: 20240207141145_init [pid=8350][out] Applying migration: 20240208114842_rename_key_id_in_transaction [pid=8350][out] Applying migration: 20240215101056_transaction_drafts_added [pid=8350][out] Applying migration: 20240221093952_hedera_file_info_extended [pid=8350][out] Applying migration: 20240223122415_make_hedera_file_nickname_nullable [pid=8350][out] Applying migration: 20240227161507_last_refreshed_field_added [pid=8350][out] Applying migration: 20240227162523_is_template_field_added_in_transactions_draft [pid=8350][out] Applying migration: 20240307071820_complex_key_added [pid=8350][out] Applying migration: 20240321131257_organizations_added [pid=8350][out] Applying migration: 20240322100208_jwt_added_in_credentials [pid=8350][out] Applying migration: 20240401140043_removed_unique_constraint_on_organizations [pid=8350][out] Applying migration: 20240422080731_user_id_in_organization_fields_added [pid=8350][out] Applying migration: 20240422095336_
[Transaction tool] › tests/registrationTests.test.js:38:3 › Registration tests › Verify all elements are present on the registration page: automation/utils/electronAppLauncher.js#L5
1) [Transaction tool] › tests/registrationTests.test.js:38:3 › Registration tests › Verify all elements are present on the registration page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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=8538 [pid=8538][err] [8538:0627/085357.601082: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=8538][err] Debugger listening on ws://127.0.0.1:33203/ca38bf1e-fa98-4075-b67a-479c75c204a1 [pid=8538][err] For help, see: https://nodejs.org/en/docs/inspector [pid=8538][err] Debugger attached. [pid=8538][err] LaunchProcess: failed to execvp: [pid=8538][err] xdg-settings [pid=8538][err] [8538:0627/085358.818576: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=8538][err] [8538:0627/085358.818808: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=8538][err] [8538:0627/085358.823399: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=8538][err] [8538:0627/085358.823611: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=8538][err] [8538:0627/085358.823747: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=8538][err] [8538:0627/085358.823858: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=8538][err] [8538:0627/085358.828834:ERROR:zygote_host_impl_linux.cc(273)] Failed to adjust OOM score of renderer with pid 8572: Permission denied (13) [pid=8538][err] [pid=8538][err] DevTools listening on ws://127.0.0.1:42303/devtools/browser/68d97754-8bad-40a3-988d-e887b8ef91ce [pid=8538][err] [8538:0627/085358.894083: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=8538][err] [8538:0627/085358.909900: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=8538][out] Current migration: 20240613115954_nickname_optional_for_account [pid=8538] <process did exit: exitCode=null, signal=SIGBUS> [pid=8538] starting temporary directories cleanup at utils/electronAppLauncher.js:5 3 | 4 | async function launchHederaTransactionTool() { > 5 | return await electron.launch({ | ^ 6 | executablePath: process.env.EXECUTABLE_PATH, 7 | }); 8 | } at launchHederaTransactionTool (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/electronAppLauncher.js:5:10) at setupApp (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/utils/util.js:8:15) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:20:24
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/tests/transactionTests.test.js#L1
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/pages/BasePage.js#L13
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('button-sign-and-submit') - locator resolved to <button disabled type="submit" class="btn btn-primary" d…>…</button> - attempting click action - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #9 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #10 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #11 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #12 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #13 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #14 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #15 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #16 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #17 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #18 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #19 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #20 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #21 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled - retrying click action, attempt #22 - waiting 500ms - waiting for element to be visible, enabled and stable - element is not enabled
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/tests/transactionTests.test.js#L1
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/pages/BasePage.js#L12
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Target crashed Call log: - waiting for getByTestId('button-menu-transactions') to be visible at pages/BasePage.js:12 10 | console.log(`Clicking on element with testId: ${testId}`); 11 | const element = this.window.getByTestId(testId); > 12 | await element.waitFor({ state: 'visible', timeout: timeout }); | ^ 13 | await element.click(); 14 | } 15 | at TransactionPage.clickByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:12:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:238:18 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at TransactionPage.clickOnTransactionsMenuButton (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:237:25) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:50:27
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.waitFor: Timeout 1000ms exceeded. Call log: - waiting for getByTestId('p-transaction-details-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 TransactionPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:673:25 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at TransactionPage.getTransactionDetailsId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:672:25) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:600:37 at TransactionPage.createNewAccount (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:559:5) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:147:34
[Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx: automation/pages/BasePage.js#L26
1) [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Target crashed Call log: - waiting for getByTestId('p-transaction-details-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 TransactionPage.getTextByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:26:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:673:25 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at TransactionPage.getTransactionDetailsId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:672:25) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:600:37 at TransactionPage.createNewAccount (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:559:5) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:147:34
[Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key: automation/tests/transactionTests.test.js#L1
2) [Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key: automation/pages/BasePage.js#L12
2) [Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key Error: locator.waitFor: Target crashed Call log: - waiting for getByTestId('button-menu-transactions') to be visible at pages/BasePage.js:12 10 | console.log(`Clicking on element with testId: ${testId}`); 11 | const element = this.window.getByTestId(testId); > 12 | await element.waitFor({ state: 'visible', timeout: timeout }); | ^ 13 | await element.click(); 14 | } 15 | at TransactionPage.clickByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:12:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:238:18 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at TransactionPage.clickOnTransactionsMenuButton (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:237:25) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:50:27
[Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key: automation/tests/transactionTests.test.js#L1
2) [Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key: automation/pages/BasePage.js#L12
2) [Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Target crashed Call log: - waiting for getByTestId('button-menu-transactions') to be visible at pages/BasePage.js:12 10 | console.log(`Clicking on element with testId: ${testId}`); 11 | const element = this.window.getByTestId(testId); > 12 | await element.waitFor({ state: 'visible', timeout: timeout }); | ^ 13 | await element.click(); 14 | } 15 | at TransactionPage.clickByTestId (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:12:19) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:238:18 at Function.step (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/node_modules/allure-playwright/src/helpers.ts:21:17) at TransactionPage.clickOnTransactionsMenuButton (/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:237:25) at /runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:50:27
Slow Test: automation/[Transaction tool] › tests/settingsTests.test.js#L1
automation/[Transaction tool] › tests/settingsTests.test.js took 55.8s
Slow Test: automation/[Transaction tool] › tests/workflowTests.test.js#L1
automation/[Transaction tool] › tests/workflowTests.test.js took 1.9m
Slow Test: automation/[Transaction tool] › tests/registrationTests.test.js#L1
automation/[Transaction tool] › tests/registrationTests.test.js took 1.5m
Slow Test: automation/[Transaction tool] › tests/transactionTests.test.js#L1
automation/[Transaction tool] › tests/transactionTests.test.js took 7.3m
🎭 Playwright Run Summary
2 flaky [Transaction tool] › tests/settingsTests.test.js:53:3 › Settings tests › Verify that all elements in settings page are present [Transaction tool] › tests/settingsTests.test.js:254:3 › Settings tests › Verify user can change password 6 passed (1.4m)
🎭 Playwright Run Summary
32 passed (2.2m)
🎭 Playwright Run Summary
1 flaky [Transaction tool] › tests/loginTests.test.js:50:3 › Login tests › Verify that login with incorrect password shows an error message 4 passed (27.0s)
🎭 Playwright Run Summary
1 flaky [Transaction tool] › tests/registrationTests.test.js:38:3 › Registration tests › Verify all elements are present on the registration page 18 passed (1.7m)
🎭 Playwright Run Summary
2 failed [Transaction tool] › tests/transactionTests.test.js:145:3 › Transaction tests › Verify transaction is stored in the local database for account create tx [Transaction tool] › tests/transactionTests.test.js:167:3 › Transaction tests › Verify user can execute Account Create tx with complex key 2 flaky [Transaction tool] › tests/transactionTests.test.js:74:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx [Transaction tool] › tests/transactionTests.test.js:181:3 › Transaction tests › Verify account is displayed in the account card section 32 passed (9.5m)