Skip to content

feat: valid group start (#1441) #1619

feat: valid group start (#1441)

feat: valid group start (#1441) #1619

Triggered via push January 16, 2025 01:00
Status Failure
Total duration 9m 17s
Artifacts
Build | Front-end
1m 57s
Build | Front-end
Matrix: unit-test
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 notices
Automation | Login
Process completed with exit code 1.
[Transaction tool] › tests/registrationTests.test.js:323:3 › Registration tests › Verify user public key is stored in the database after registration: automation/tests/registrationTests.test.js#L334
1) [Transaction tool] › tests/registrationTests.test.js:323:3 › Registration tests › Verify user public key is stored in the database after registration Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 332 | 333 | const isTabVisible = await registrationPage.isCreateNewTabVisible(); > 334 | expect(isTabVisible).toBe(true); | ^ 335 | 336 | await registrationPage.clickOnCreateNewTab(); 337 | await registrationPage.clickOnUnderstandCheckbox(); at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:334:26
[Transaction tool] › tests/transactionTests.test.js:72:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx: automation/tests/transactionTests.test.js#L1
1) [Transaction tool] › tests/transactionTests.test.js:72:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:72:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx: automation/pages/TransactionPage.js#L170
1) [Transaction tool] › tests/transactionTests.test.js:72:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx Error: page.waitForSelector: Target page, context or browser has been closed at pages/TransactionPage.js:170 168 | 169 | async verifyConfirmTransactionInformation(typeTransaction) { > 170 | await this.window.waitForSelector( | ^ 171 | '[data-testid="modal-confirm-transaction"][style*="display: block"]', 172 | { state: 'visible', timeout: 10000 }, 173 | ); at TransactionPage.verifyConfirmTransactionInformation (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:170:23) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:78:29
[Transaction tool] › tests/transactionTests.test.js:154: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:154:3 › Transaction tests › Verify user can execute Account Create tx with complex key Test timeout of 30000ms exceeded.
[Transaction tool] › tests/transactionTests.test.js:154:3 › Transaction tests › Verify user can execute Account Create tx with complex key: automation/pages/TransactionPage.js#L661
2) [Transaction tool] › tests/transactionTests.test.js:154:3 › Transaction tests › Verify user can execute Account Create tx with complex key Error: page.waitForSelector: Target page, context or browser has been closed at pages/TransactionPage.js:661 659 | // Construct the selector for the confirmation transaction modal that is visible and in a displayed state 660 | const modalSelector = `[data-testid="${this.confirmTransactionModalSelector}"][style*="display: block"]`; > 661 | await this.window.waitForSelector(modalSelector, { state: 'visible', timeout: 15000 }); | ^ 662 | 663 | // Construct the selector for the enabled sign button within the visible modal 664 | const signButtonSelector = `${modalSelector} [data-testid="${this.buttonSignTransactionSelector}"]:enabled`; at TransactionPage.clickSignTransactionButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:661:23) at TransactionPage.createNewAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:422:16) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:155:30
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx: automation/pages/TransactionPage.js#L661
3) [Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx TimeoutError: page.waitForSelector: Timeout 15000ms exceeded. Call log: - waiting for locator('[data-testid="modal-confirm-transaction"][style*="display: block"]') to be visible at pages/TransactionPage.js:661 659 | // Construct the selector for the confirmation transaction modal that is visible and in a displayed state 660 | const modalSelector = `[data-testid="${this.confirmTransactionModalSelector}"][style*="display: block"]`; > 661 | await this.window.waitForSelector(modalSelector, { state: 'visible', timeout: 15000 }); | ^ 662 | 663 | // Construct the selector for the enabled sign button within the visible modal 664 | const signButtonSelector = `${modalSelector} [data-testid="${this.buttonSignTransactionSelector}"]:enabled`; at TransactionPage.clickSignTransactionButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:661:23) at TransactionPage.deleteAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:451:16) at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:178:27
🎭 Playwright Run Summary
10 passed (27.5s)
🎭 Playwright Run Summary
1 skipped 31 passed (1.8m)
🎭 Playwright Run Summary
1 flaky [Transaction tool] › tests/registrationTests.test.js:323:3 › Registration tests › Verify user public key is stored in the database after registration 18 passed (1.8m)
🎭 Playwright Run Summary
3 flaky [Transaction tool] › tests/transactionTests.test.js:72:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx [Transaction tool] › tests/transactionTests.test.js:154:3 › Transaction tests › Verify user can execute Account Create tx with complex key [Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx 1 skipped 32 passed (4.8m)