1622 - added deleted_at to user_owner_mapping table and created createUserOwnerMapping and deleteUserOwnerMapping API's #1781
run-pr-tests.yaml
on: pull_request
run_playwright_tests
/
lint
23s
run_playwright_tests
/
format-check
22s
run_playwright_tests
/
test
8m 43s
run_tests
5m 21s
Annotations
10 errors, 6 warnings, and 1 notice
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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.
|
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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
|
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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
|
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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.
|
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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
|
[chromium] › ../features/activity/activity.spec.ts:52:5 › Check filters › When apply single filter › Display an expected item with filter Owner:
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
|
[chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter:
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.
|
[chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter:
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
|
[chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter:
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
|
[chromium] › ../features/filters/filters.spec.ts:50:5 › Check filters › When apply single filter › Should display the expected item with Owner filter:
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.
|
run_playwright_tests / format-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run_playwright_tests / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run_tests
Value "create new" for option comment_mode is deprecated! Instead, use value "always".
|
run_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run_playwright_tests / test
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/.
|
🎭 Playwright Run Summary
5 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
[chromium] › ../features/search/search.spec.ts:39:5 › Search by name of data-entity › Search for a single keyword › Display expected item with an expression which starts with special characters
37 passed (4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
18.5 MB |
|