Chore/user config handling and performance fixes #10274
Annotations
1 error and 1 notice
Run yarn test:e2e:ci:
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 (/Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/ImportDialog.ts:49:36)
at /Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/__tests__/import-dialog.test.ts:124:29
|
Run yarn test:e2e:ci
1 flaky
src/e2e-tests/__tests__/import-dialog.test.ts:115:5 › shows error when no file path is set ─────
67 passed (3.7m)
|
Loading