Skip to content

chore: Resolve serialization console errors. Add data source logo into linage. #1538

chore: Resolve serialization console errors. Add data source logo into linage.

chore: Resolve serialization console errors. Add data source logo into linage. #1538

Triggered via pull request October 24, 2023 16:27
Status Failure
Total duration 9m 10s
Artifacts 1

run-pr-tests.yaml

on: pull_request
run_playwright_tests  /  lint
28s
run_playwright_tests / lint
run_playwright_tests  /  format-check
30s
run_playwright_tests / format-check
run_playwright_tests  /  test
8m 16s
run_playwright_tests / test
run_tests
8m 35s
run_tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 2 warnings, and 1 notice
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L32
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter locator.click: Error while parsing selector "#filter-datasources-label)" 30 | }) => { 31 | await test.step('Apply filter Datasource', async () => { > 32 | await pages.catalog.openFilterWithSelect(datasourcesFilter); | ^ 33 | await pages.catalog.chooseOption(datasourceOptionBookETL); 34 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 35 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:32:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:31:18
[chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter: tests/features/filters/filters.spec.ts#L32
1) [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter Retry #1 --------------------------------------------------------------------------------------- locator.click: Error while parsing selector "#filter-datasources-label)" 30 | }) => { 31 | await test.step('Apply filter Datasource', async () => { > 32 | await pages.catalog.openFilterWithSelect(datasourcesFilter); | ^ 33 | await pages.catalog.chooseOption(datasourceOptionBookETL); 34 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 35 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:32:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:31:18
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L42
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter locator.click: Error while parsing selector "#filter-namespaces-label)" 40 | test('Should display the expected item with Namespace filter', async ({ steps: { pages } }) => { 41 | await test.step('Apply filter Namespace', async () => { > 42 | await pages.catalog.openFilterWithSelect(namespacesFilter); | ^ 43 | await pages.catalog.chooseOption(namespaceOption); 44 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 45 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:42:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:41:18
[chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter: tests/features/filters/filters.spec.ts#L42
2) [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace filter Retry #1 --------------------------------------------------------------------------------------- locator.click: Error while parsing selector "#filter-namespaces-label)" 40 | test('Should display the expected item with Namespace filter', async ({ steps: { pages } }) => { 41 | await test.step('Apply filter Namespace', async () => { > 42 | await pages.catalog.openFilterWithSelect(namespacesFilter); | ^ 43 | await pages.catalog.chooseOption(namespaceOption); 44 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 45 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:42:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:41:18
[chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters: tests/features/filters/filters.spec.ts#L116
3) [chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters locator.click: Error while parsing selector "#filter-namespaces-label)" 114 | const ownerTitle2 = `ownerTitle2${workerId}`; 115 | await test.step('Apply filter Namespace', async () => { > 116 | await pages.catalog.openFilterWithSelect(namespacesFilter); | ^ 117 | await pages.catalog.chooseOption(namespaceOption); 118 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 119 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:116:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:115:18
[chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters: tests/features/filters/filters.spec.ts#L116
3) [chromium] › ../features/filters/filters.spec.ts:109:5 › Check filters › Apply multiple filters › Should display the expected item with different types of filters Retry #1 --------------------------------------------------------------------------------------- locator.click: Error while parsing selector "#filter-namespaces-label)" 114 | const ownerTitle2 = `ownerTitle2${workerId}`; 115 | await test.step('Apply filter Namespace', async () => { > 116 | await pages.catalog.openFilterWithSelect(namespacesFilter); | ^ 117 | await pages.catalog.chooseOption(namespaceOption); 118 | expect(await pages.catalog.isListItemVisible(bookETLDataEntity)).toBeTruthy(); 119 | }); at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:116:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:115:18
[chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters: tests/features/filters/filters.spec.ts#L140
4) [chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters locator.click: Error while parsing selector "#filter-datasources-label)" 138 | const ownerTitle3 = `ownerTitle3${workerId}`; 139 | await test.step('Apply filter Datasource', async () => { > 140 | await pages.catalog.openFilterWithSelect(datasourcesFilter); | ^ 141 | await pages.catalog.chooseOption(datasourceOptionBookETL); 142 | }); 143 | await test.step('Apply filter Namespace', async () => { at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:140:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:139:18
[chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters: tests/features/filters/filters.spec.ts#L140
4) [chromium] › ../features/filters/filters.spec.ts:133:5 › Check filters › Apply multiple filters › Should display the expected item with all filters Retry #1 --------------------------------------------------------------------------------------- locator.click: Error while parsing selector "#filter-datasources-label)" 138 | const ownerTitle3 = `ownerTitle3${workerId}`; 139 | await test.step('Apply filter Datasource', async () => { > 140 | await pages.catalog.openFilterWithSelect(datasourcesFilter); | ^ 141 | await pages.catalog.chooseOption(datasourceOptionBookETL); 142 | }); 143 | await test.step('Apply filter Namespace', async () => { at CatalogPage.openFilterWithSelect (/home/runner/work/odd-platform/odd-platform/tests/ui/pages/catalog/catalog.page.ts:40:69) at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:140:29 at /home/runner/work/odd-platform/odd-platform/tests/features/filters/filters.spec.ts:139:18
run_playwright_tests / test
Process completed with exit code 1.
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/
🎭 Playwright Run Summary
4 failed [chromium] › ../features/filters/filters.spec.ts:28:5 › Check filters › When apply single filter › Should display the expected item with Datasource filter [chromium] › ../features/filters/filters.spec.ts:40:5 › Check filters › When apply single filter › Should display the expected item with Namespace 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 38 passed (2m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
2.01 MB