chore(deps): update dependency @types/react to ^19.0.12 #10277
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:224:5 › allows user to update an attribution on all linked resources
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('resources-tree').getByText('absentmindedly-funny-well', { exact: true })
- locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">absentmindedly-funny-well</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
56 × 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:232:23
|
Run yarn test:e2e:ci:
src\e2e-tests\page-objects\ResourcesTree.ts#L45
1) src\e2e-tests\__tests__\updating-attributions.test.ts:155:5 › allows user to update an attribution on the selected resource only
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('resources-tree').getByText('gee-noisily-frightfully', { exact: true })
- locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">gee-noisily-frightfully</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
56 × 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:168:23
|
Run yarn test:e2e:ci
2 flaky
src\e2e-tests\__tests__\updating-attributions.test.ts:155:5 › allows user to update an attribution on the selected resource only
src\e2e-tests\__tests__\updating-attributions.test.ts:224:5 › allows user to update an attribution on all linked resources
63 passed (5.9m)
|
Loading