Chore/user config handling and performance fixes #10273
Annotations
2 errors and 1 notice
Run yarn test:e2e:ci:
src\e2e-tests\page-objects\ResourcesTree.ts#L45
2) src\e2e-tests\__tests__\updating-attributions.test.ts:271:5 › switches correctly between previously-preferred and modified previously preferred statuses of an attribution
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('resources-tree').getByText('worthy-supposing-analogy', { exact: true })
- locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">worthy-supposing-analogy</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__\updating-attributions.test.ts:277:23
|
Run yarn test:e2e:ci:
src\e2e-tests\page-objects\PackageCard.ts#L95
1) src\e2e-tests\__tests__\deleting-attributions.test.ts:131:5 › deletes multiple attributions at once
Error: Timed out 5000ms waiting for expect(locator).not.toBeChecked()
Locator: getByTestId('attributions-panel').getByLabel('package card buzzing-phrase, 1.10.1').getByRole('checkbox')
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 5000ms
- waiting for getByTestId('attributions-panel').getByLabel('package card buzzing-phrase, 1.10.1').getByRole('checkbox')
at page-objects\PackageCard.ts:95
93 | },
94 | checkboxIsUnchecked: async (packageInfo: RawPackageInfo): Promise<void> => {
> 95 | await expect(this.checkbox(packageInfo)).not.toBeChecked();
| ^
96 | },
97 | signalAboveSecondSignal: async (
98 | signal1: RawPackageInfo,
at Object.checkboxIsUnchecked (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\PackageCard.ts:95:52)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\deleting-attributions.test.ts:136:46
|
Run yarn test:e2e:ci
2 flaky
src\e2e-tests\__tests__\deleting-attributions.test.ts:131:5 › deletes multiple attributions at once
src\e2e-tests\__tests__\updating-attributions.test.ts:271:5 › switches correctly between previously-preferred and modified previously preferred statuses of an attribution
66 passed (5.9m)
|
Loading