chore(deps): Update fast uri #5240
Annotations
1 error and 1 notice
|
automation/pages/BasePage.ts#L439
1) [Transaction tool] › tests/organization-basic/organizationContactListTests.test.ts:20:3 › Organization Contact List member view tests @organization-basic › Verify user can change nickname
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('p-contact-nickname-Test-Nickname') to be visible
at ../pages/BasePage.ts:439
437 | try {
438 | const element = this.getElement(selector, index);
> 439 | await element.waitFor({ state: 'visible', timeout });
| ^
440 | console.log(`Element with selector ${selector} is now visible.`);
441 | await this.captureStepScreenshot(`wait-visible-${selector}`);
442 | } catch (error) {
at ContactListPage.waitForElementToBeVisible (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/BasePage.ts:439:21)
at ContactListPage.waitForContactNicknameVisible (/home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/pages/ContactListPage.ts:67:16)
at /home/runner/_work/hedera-transaction-tool/hedera-transaction-tool/automation/tests/organization-basic/organizationContactListTests.test.ts:34:33
|
|
|
The logs for this run have expired and are no longer available.
Loading