chore(deps): bump browserslist to 4.28.7 and @xmldom/xmldom to 0.8.15 #6962
Annotations
1 error and 1 notice
|
Run Automation:
automation/pages/BasePage.ts#L170
1) [Transaction tool] › tests/local-transactions/workflowTests.test.ts:168:3 › Workflow account navigation tests @local-transactions › Verify user can add an existing account
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('button-link-account-id')
- locator resolved to <button disabled type="submit" data-v-c2b8a1a9="" 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:175:5
|
|
Run Automation
1 flaky
[Transaction tool] › tests/local-transactions/workflowTests.test.ts:168:3 › Workflow account navigation tests @local-transactions › Verify user can add an existing account
2 skipped
156 passed (22.8m)
|
background
wait
wait-all
cancel
parallel
Loading