fix: alignment of 'Add New' button labels. (#3358) #6856
Annotations
2 errors and 1 notice
|
Run Automation:
automation/pages/BasePage.ts#L170
2) [Transaction tool] › tests/organization-advanced/organizationTransactionLifecycleTests.test.ts:36:3 › Organization Transaction status/signing lifecycle tests @organization-advanced › Verify transaction is shown "Ready for Execution" and correct stage is displayed
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('menu-sub-link-accountcreatetransaction')
- locator resolved to <a class="link-menu cursor-pointer" data-testid="menu-sub-link-accountcreatetransaction">Create Account</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../pages/BasePage.ts:170
168 | const element = this.getElement(selector, index);
169 | await element.waitFor({ state: 'visible', timeout });
> 170 | await element.click();
| ^
171 | await this.captureStepScreenshot(`click-${selector}`);
172 | }
173 |
at TransactionPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19)
at TransactionPage.clickOnCreateAccountTransaction (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/TransactionPage.ts:356:5)
at OrganizationPage.addComplexKeyAccountForTransactions (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/OrganizationPage.ts:780:5)
at setupOrganizationAdvancedFixture (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/fixtures/organizationAdvancedFixture.ts:51:3)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/helpers/bootstrap/organizationAdvancedSuiteHooks.ts:58:21
|
|
Run Automation:
automation/pages/BasePage.ts#L170
1) [Transaction tool] › tests/local-transactions/workflowTests.test.ts:204:3 › Workflow account navigation tests @local-transactions › Verify duplicate account link shows error toast
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-link-account-id')
- locator resolved to <button disabled type="submit" data-v-abb1faca="" class="btn btn-primary mt-5" data-testid="button-link-account-id">Link Account</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
58 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
at ../pages/BasePage.ts:170
168 | const element = this.getElement(selector, index);
169 | await element.waitFor({ state: 'visible', timeout });
> 170 | await element.click();
| ^
171 | await this.captureStepScreenshot(`click-${selector}`);
172 | }
173 |
at AccountPage.click (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:170:19)
at AccountPage.clickOnLinkAccountButton (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/AccountPage.ts:193:5)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/local-transactions/workflowTests.test.ts:213:5
|
|
Run Automation
2 flaky
[Transaction tool] › tests/local-transactions/workflowTests.test.ts:204:3 › Workflow account navigation tests @local-transactions › Verify duplicate account link shows error toast
[Transaction tool] › tests/organization-advanced/organizationTransactionLifecycleTests.test.ts:36:3 › Organization Transaction status/signing lifecycle tests @organization-advanced › Verify transaction is shown "Ready for Execution" and correct stage is displayed
2 skipped
155 passed (22.7m)
|
background
wait
wait-all
cancel
parallel
Loading