Skip to content

Feat/introduce license classification #10259

Feat/introduce license classification

Feat/introduce license classification #10259

Triggered via pull request March 19, 2025 12:40
Status Success
Total duration 7m 33s
Artifacts

build-and-e2e-test.yml

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

Annotations

1 error and 3 notices
build-and-test (macos-latest): src/e2e-tests/page-objects/ImportDialog.ts#L55
1) src/e2e-tests/__tests__/import-dialog.test.ts:118: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:55 53 | }, 54 | showsError: async (): Promise<void> => { > 55 | await expect(this.errorIcon).toBeVisible(); | ^ 56 | }, 57 | }; 58 | } at Object.showsError (/Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/ImportDialog.ts:55:36) at /Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/__tests__/import-dialog.test.ts:127:29
build-and-test (ubuntu-latest)
66 passed (4.2m)
build-and-test (macos-latest)
1 flaky src/e2e-tests/__tests__/import-dialog.test.ts:118:5 › shows error when no file path is set ───── 65 passed (5.1m)
build-and-test (windows-latest)
66 passed (4.6m)