fix: clear words in RestoreKey #1857
Annotations
10 errors and 1 notice
run automation:
automation/tests/transactionTests.test.js#L1
1) [Transaction tool] › tests/transactionTests.test.js:98:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/TransactionPage.js#L171
1) [Transaction tool] › tests/transactionTests.test.js:98: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:171
169 |
170 | async verifyConfirmTransactionInformation(typeTransaction) {
> 171 | await this.window.waitForSelector(
| ^
172 | '[data-testid="modal-confirm-transaction"][style*="display: block"]',
173 | { state: 'visible', timeout: 10000 },
174 | );
at TransactionPage.verifyConfirmTransactionInformation (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:171:23)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:104:29
|
run automation:
automation/tests/transactionTests.test.js#L1
2) [Transaction tool] › tests/transactionTests.test.js:110:3 › Transaction tests › Verify user can execute create account transaction with single key
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/TransactionPage.js#L665
2) [Transaction tool] › tests/transactionTests.test.js:110:3 › Transaction tests › Verify user can execute create account transaction with single key
Error: page.waitForSelector: Target page, context or browser has been closed
at pages/TransactionPage.js:665
663 | // Construct the selector for the confirmation transaction modal that is visible and in a displayed state
664 | const modalSelector = `[data-testid="${this.confirmTransactionModalSelector}"][style*="display: block"]`;
> 665 | await this.window.waitForSelector(modalSelector, { state: 'visible', timeout: 15000 });
| ^
666 |
667 | // Construct the selector for the enabled sign button within the visible modal
668 | const signButtonSelector = `${modalSelector} [data-testid="${this.buttonSignTransactionSelector}"]:enabled`;
at TransactionPage.clickSignTransactionButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:665:23)
at TransactionPage.createNewAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:423:16)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:111:30
|
run automation:
automation/tests/transactionTests.test.js#L1
3) [Transaction tool] › tests/transactionTests.test.js:292:3 › Transaction tests › Verify sign button is disabled when receiver amount is higher than payer amount when doing transfer tx
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/BasePage.js#L441
3) [Transaction tool] › tests/transactionTests.test.js:292:3 › Transaction tests › Verify sign button is disabled when receiver amount is higher than payer amount when doing transfer tx
Error: locator.count: Target page, context or browser has been closed
at pages/BasePage.js:441
439 | }
440 |
> 441 | const count = await elements.count();
| ^
442 |
443 | const texts = [];
444 | for (let i = 0; i < count; i++) {
at TransactionPage.getText (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:441:36)
at TransactionPage.fillInTransferFromAccountId (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:912:31)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:300:5
|
run automation:
automation/tests/transactionTests.test.js#L1
4) [Transaction tool] › tests/transactionTests.test.js:311:3 › Transaction tests › Verify user can execute approve allowance tx
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/BasePage.js#L441
4) [Transaction tool] › tests/transactionTests.test.js:311:3 › Transaction tests › Verify user can execute approve allowance tx
Error: locator.count: Target page, context or browser has been closed
at pages/BasePage.js:441
439 | }
440 |
> 441 | const count = await elements.count();
| ^
442 |
443 | const texts = [];
444 | for (let i = 0; i < count; i++) {
at TransactionPage.getText (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:441:36)
at TransactionPage.fillInAllowanceOwnerAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:951:31)
at TransactionPage.approveAllowance (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:563:7)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:315:27
|
run automation:
automation/tests/transactionTests.test.js#L1
5) [Transaction tool] › tests/transactionTests.test.js:344:3 › Transaction tests › Verify user can execute file create tx
Test timeout of 30000ms exceeded.
|
run automation:
automation/pages/BasePage.js#L525
5) [Transaction tool] › tests/transactionTests.test.js:344:3 › Transaction tests › Verify user can execute file create tx
Error: locator.waitFor: Target page, context or browser has been closed
at pages/BasePage.js:525
523 | console.log(`Getting text from input field with selector: ${selector}`);
524 | const element = this.getElement(selector, index);
> 525 | await element.waitFor({ state: 'visible', timeout });
| ^
526 |
527 | const maxAttempts = 10;
528 | const interval = 500;
at TransactionPage.getTextFromInputFieldWithRetry (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:525:19)
at TransactionPage.getPublicKeyText (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:1018:23)
at TransactionPage.createFile (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:496:34)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:345:31
|
run automation
5 flaky
[Transaction tool] › tests/transactionTests.test.js:98:3 › Transaction tests › Verify confirm transaction modal is displayed with valid information for Account Create tx
[Transaction tool] › tests/transactionTests.test.js:110:3 › Transaction tests › Verify user can execute create account transaction with single key
[Transaction tool] › tests/transactionTests.test.js:292:3 › Transaction tests › Verify sign button is disabled when receiver amount is higher than payer amount when doing transfer tx
[Transaction tool] › tests/transactionTests.test.js:311:3 › Transaction tests › Verify user can execute approve allowance tx
[Transaction tool] › tests/transactionTests.test.js:344:3 › Transaction tests › Verify user can execute file create tx
1 skipped
30 passed (6.1m)
|
Loading