Skip to content

Chore/user config handling and performance fixes #10272

Chore/user config handling and performance fixes

Chore/user config handling and performance fixes #10272

Triggered via pull request March 20, 2025 14:52
Status Success
Total duration 9m 32s
Artifacts

build-and-e2e-test.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 notices
build-and-test (ubuntu-latest): src/e2e-tests/page-objects/ImportDialog.ts#L49
1) src/e2e-tests/__tests__/import-dialog.test.ts:115:5 › shows error when no file path is set ──── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByLabel('import dialog').getByTestId('ErrorIcon').locator('path') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByLabel('import dialog').getByTestId('ErrorIcon').locator('path') at page-objects/ImportDialog.ts:49 47 | }, 48 | showsError: async (): Promise<void> => { > 49 | await expect(this.errorIcon).toBeVisible(); | ^ 50 | }, 51 | }; 52 | } at Object.showsError (/home/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/ImportDialog.ts:49:36) at /home/runner/work/OpossumUI/OpossumUI/src/e2e-tests/__tests__/import-dialog.test.ts:124:29
build-and-test (windows-latest): src\e2e-tests\page-objects\ResourcesTree.ts#L45
2) src\e2e-tests\__tests__\linking-attributions.test.ts:120:5 › links multiple attributions on resource at once TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('resources-tree').getByText('homeschool-ugh-never', { exact: true }) - locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">homeschool-ugh-never</p> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 54 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 500ms at page-objects\ResourcesTree.ts:45 43 | async goto(...resourceNames: Array<string>): Promise<void> { 44 | for (const resourceName of resourceNames) { > 45 | await this.node.getByText(resourceName, { exact: true }).click(); | ^ 46 | } 47 | } 48 | } at ResourcesTree.goto (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\ResourcesTree.ts:45:64) at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\linking-attributions.test.ts:125:23
build-and-test (windows-latest): src\e2e-tests\page-objects\ResourcesTree.ts#L45
1) src\e2e-tests\__tests__\comparing-attribution-with-origin.test.ts:142:5 › handles pending license and copyright changes in temporary package info correctly TimeoutError: locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByTestId('resources-tree').getByText('palate-pace-chubby', { exact: true }) - locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">palate-pace-chubby</p> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 54 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="-1" role="presentation" class="MuiDialog-container MuiDialog-scrollPaper css-8azq84">…</div> from <div role="presentation" class="MuiDialog-root MuiModal-root css-1egf66k">…</div> subtree intercepts pointer events - retrying click action - waiting 500ms at page-objects\ResourcesTree.ts:45 43 | async goto(...resourceNames: Array<string>): Promise<void> { 44 | for (const resourceName of resourceNames) { > 45 | await this.node.getByText(resourceName, { exact: true }).click(); | ^ 46 | } 47 | } 48 | } at ResourcesTree.goto (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\ResourcesTree.ts:45:64) at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\comparing-attribution-with-origin.test.ts:147:23
build-and-test (ubuntu-latest)
1 flaky src/e2e-tests/__tests__/import-dialog.test.ts:115:5 › shows error when no file path is set ───── 67 passed (4.4m)
build-and-test (macos-latest)
68 passed (5.7m)
build-and-test (windows-latest)
2 flaky src\e2e-tests\__tests__\comparing-attribution-with-origin.test.ts:142:5 › handles pending license and copyright changes in temporary package info correctly src\e2e-tests\__tests__\linking-attributions.test.ts:120:5 › links multiple attributions on resource at once 66 passed (6.1m)