Bump @types/node from 18.11.13 to 20.5.7 in /odd-platform-ui #137
Annotations
3 errors and 1 notice
tests/features/search/search_in_data_entity.spec.ts#L1
1) [chromium] › ../features/search/search_in_data_entity.spec.ts:140:3 › Search by data in data-entity in the Catalog › Display an expected item with expression in "about" field and owner
Test timeout of 60000ms exceeded.
|
tests/features/search/search_in_data_entity.spec.ts#L149
1) [chromium] › ../features/search/search_in_data_entity.spec.ts:140:3 › Search by data in data-entity in the Catalog › Display an expected item with expression in "about" field and owner
locator.waitFor: Target closed
=========================== logs ===========================
waiting for selector "[role="presentation"]:has-text('Create new')" to be visible
============================================================
147 | await pages.catalog.searchBy(entityNameWithAlphabeticChars);
148 | await pages.catalog.clickOnListItem(entityNameWithAlphabeticChars);
> 149 | await pages.overview.createOwner(ownerName7, ownerTitle7);
| ^
150 | await pages.topPanel.clickTab('Catalog');
151 | await pages.catalog.searchBy(`${externalDescription} ${ownerName7}`);
152 | expect(await pages.catalog.isListItemVisible(entityNameWithAlphabeticChars)).toBeTruthy();
at Button.waitForElementToBeVisible (/home/runner/work/odd-platform/odd-platform/tests/ui/elements/custom-element.ts:97:30)
at Button.click (/home/runner/work/odd-platform/odd-platform/tests/ui/elements/button.ts:26:16)
at OverviewPage.createOwner (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/data_entity/overview.page.ts:104:36)
at /home/runner/work/odd-platform/odd-platform/tests/features/search/search_in_data_entity.spec.ts:149:7
at /home/runner/work/odd-platform/odd-platform/tests/features/search/search_in_data_entity.spec.ts:146:5
|
tests/features/search/search_in_data_entity.spec.ts#L1
1) [chromium] › ../features/search/search_in_data_entity.spec.ts:140:3 › Search by data in data-entity in the Catalog › Display an expected item with expression in "about" field and owner
Pending operations:
- locator.waitFor at ui/elements/custom-element.ts:97:30
|
|
The logs for this run have expired and are no longer available.
Loading