1644 - added support of eq:null to the policies #1767
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
tests/features/activity/activity.spec.ts#L1
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
tests/features/activity/activity.spec.ts#L69
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
locator.click: Target closed
=========================== logs ===========================
waiting for selector "[type="submit"]"
selector resolved to visible <button disabled type="submit" class="css-t0fqlf" form="…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
67 | * These tests run sequentially with respect to each other in a parallel test run, so we can use the same data entity for them.
68 | */
> 69 | await pages.overview.createOwner(ownerName7, ownerTitle7);
| ^
70 | await pages.topPanel.clickTab('Activity');
71 | await pages.activity.ownerFilter.set(ownerName7);
72 | expect(
at Button.click (/home/runner/work/odd-platform/odd-platform/tests/ui/elements/button.ts:27:30)
at OverviewPage.createOwner (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/data_entity/overview.page.ts:107:5)
at /home/runner/work/odd-platform/odd-platform/tests/features/activity/activity.spec.ts:69:9
at /home/runner/work/odd-platform/odd-platform/tests/features/activity/activity.spec.ts:55:7
|
Run Playwright tests:
tests/features/activity/activity.spec.ts#L1
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
Pending operations:
- locator.click at ui/elements/button.ts:27:30
|
Run Playwright tests:
tests/features/activity/activity.spec.ts#L1
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
Retry #1 ---------------------------------------------------------------------------------------
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
tests/features/activity/activity.spec.ts#L69
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
Retry #1 ---------------------------------------------------------------------------------------
locator.click: Target closed
=========================== logs ===========================
waiting for selector "[type="submit"]"
selector resolved to visible <button disabled type="submit" class="css-t0fqlf" form="…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
67 | * These tests run sequentially with respect to each other in a parallel test run, so we can use the same data entity for them.
68 | */
> 69 | await pages.overview.createOwner(ownerName7, ownerTitle7);
| ^
70 | await pages.topPanel.clickTab('Activity');
71 | await pages.activity.ownerFilter.set(ownerName7);
72 | expect(
at Button.click (/home/runner/work/odd-platform/odd-platform/tests/ui/elements/button.ts:27:30)
at OverviewPage.createOwner (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/data_entity/overview.page.ts:107:5)
at /home/runner/work/odd-platform/odd-platform/tests/features/activity/activity.spec.ts:69:9
at /home/runner/work/odd-platform/odd-platform/tests/features/activity/activity.spec.ts:55:7
|
Run Playwright tests:
tests/features/activity/activity.spec.ts#L1
1) [chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
Retry #1 ---------------------------------------------------------------------------------------
Pending operations:
- locator.click at ui/elements/button.ts:27:30
|
Run Playwright tests:
tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
tests/features/filters/filters.spec.ts#L60
2) [chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter
locator.click: Target closed
=========================== logs ===========================
waiting for selector "[type="submit"]"
selector resolved to visible <button disabled type="submit" class="css-t0fqlf" form="…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
58 | await pages.catalog.searchBy(bookETLDataEntity);
59 | await pages.catalog.clickOnListItem(bookETLDataEntity);
> 60 | await pages.overview.createOwner(ownerName1, ownerTitle1);
| ^
61 | await pages.topPanel.clickTab('Catalog');
62 | await pages.catalog.searchByTextInFilter(ownerFilter, ownerName1);
63 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy();
at Button.click (/home/runner/work/odd-platform/odd-platform/tests/ui/elements/button.ts:27:30)
at OverviewPage.createOwner (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/data_entity/overview.page.ts:107:5)
at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:60:9
at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:57:7
|
Run Playwright tests:
tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter
Pending operations:
- locator.click at ui/elements/button.ts:27:30
|
Run Playwright tests:
tests/features/filters/filters.spec.ts#L1
2) [chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter
Retry #1 ---------------------------------------------------------------------------------------
Test timeout of 60000ms exceeded.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-java@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
4 failed
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner
[chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter
[chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters
[chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters
1 flaky
[chromium] › ../features/search/search.spec.ts:62:7 › Search by name of data-entity › Search for a single keyword › "No matches found" alert message › Not displayed alert message when list is not empty
37 passed (3m)
|
Loading