feat: respect settings for showing also in overview table #10276
Annotations
2 errors and 1 notice
Run yarn test:e2e:ci:
src\e2e-tests\page-objects\PackageCard.ts#L111
2) src\e2e-tests\__tests__\selecting-attributions.test.ts:80:5 › allows navigating through the attributions list by keyboard
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('attributions-panel').getByLabel('package card a, 4.11.20')
- locator resolved to <div tabindex="0" class="MuiBox-root css-d3geve" aria-label="package card a, 4.11.20">…</div>
- 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\PackageCard.ts:111
109 |
110 | async click(packageInfo: RawPackageInfo): Promise<void> {
> 111 | await this.node(packageInfo).click();
| ^
112 | }
113 | }
114 |
at PackageCard.click (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\PackageCard.ts:111:34)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\selecting-attributions.test.ts:85:39
|
Run yarn test:e2e:ci:
src\e2e-tests\__tests__\filtering-attributions.test.ts#L143
1) src\e2e-tests\__tests__\filtering-attributions.test.ts:134:5 › only displays attributions matching search term
TimeoutError: locator.fill: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('attributions-panel-header').getByRole('searchbox')
141 | await attributionsPanel.packageCard.assert.isVisible(packageInfo3);
142 |
> 143 | await attributionsPanel.searchField.fill(packageInfo1.packageName!);
| ^
144 | await attributionsPanel.packageCard.assert.isVisible(packageInfo1);
145 | await attributionsPanel.packageCard.assert.isHidden(packageInfo2);
146 | await attributionsPanel.packageCard.assert.isHidden(packageInfo3);
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\filtering-attributions.test.ts:143:39
|
Run yarn test:e2e:ci
2 flaky
src\e2e-tests\__tests__\filtering-attributions.test.ts:134:5 › only displays attributions matching search term
src\e2e-tests\__tests__\selecting-attributions.test.ts:80:5 › allows navigating through the attributions list by keyboard
66 passed (6.3m)
|
Loading