Update description text for transactions #1548
test-frontend.yaml
on: pull_request
Build | Front-end
1m 58s
Matrix: unit-test
Matrix: test
Annotations
3 errors and 5 notices
[Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow:
automation/tests/registrationTests.test.js#L260
1) [Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
258 |
259 | const isTabVisible = await registrationPage.isCreateNewTabVisible();
> 260 | expect(isTabVisible).toBe(true);
| ^
261 |
262 | await registrationPage.clickOnCreateNewTab();
263 | await registrationPage.clickOnUnderstandCheckbox();
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/registrationTests.test.js:260:26
|
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx:
automation/pages/BasePage.js#L495
1) [Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx
Error: Failed to retrieve text from element with selector: dropdown-payer after 5 attempts
at pages/BasePage.js:495
493 | }
494 |
> 495 | throw new Error(
| ^
496 | `Failed to retrieve text from element with selector: ${selector} after ${retries} attempts`,
497 | );
498 | }
at TransactionPage.getTextWithRetry (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.js:495:11)
at TransactionPage.fillInTransferAccountId (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:794:31)
at TransactionPage.deleteAccount (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.js:447:5)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/transactionTests.test.js:178:27
|
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information:
automation/pages/RegistrationPage.js#L267
1) [Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at pages/RegistrationPage.js:267
265 |
266 | const isTabVisible = await this.isCreateNewTabVisible();
> 267 | expect(isTabVisible).toBe(true);
| ^
268 |
269 | await this.clickOnCreateNewTab();
270 | await this.clickOnUnderstandCheckbox();
at RegistrationPage.completeRegistration (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/RegistrationPage.js:267:26)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/workflowTests.test.js:42:5
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/registrationTests.test.js:249:3 › Registration tests › Verify successful registration through "Create New" flow
18 passed (1.8m)
|
🎭 Playwright Run Summary
10 passed (28.9s)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/transactionTests.test.js:175:3 › Transaction tests › Verify user can execute account delete tx
1 skipped
34 passed (3.3m)
|
🎭 Playwright Run Summary
5 passed (20.0s)
|
🎭 Playwright Run Summary
1 flaky
[Transaction tool] › tests/workflowTests.test.js:68:3 › Workflow tests › Verify account card is visible with valid information
1 skipped
30 passed (2.0m)
|