chore(deps): update dependency typescript-eslint to ^8.19.1 #9352
Annotations
5 errors and 3 notices
__tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another:
src\e2e-tests\page-objects\AttributionDetails.ts#L115
1) __tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another ──
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
at page-objects\AttributionDetails.ts:115
113 | },
114 | replaceButtonIsVisible: async (): Promise<void> => {
> 115 | await expect(this.replaceButton).toBeVisible();
| ^
116 | },
117 | replaceButtonIsHidden: async (): Promise<void> => {
118 | await expect(this.replaceButton).toBeHidden();
at Object.replaceButtonIsVisible (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\AttributionDetails.ts:115:40)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\replacing-attributions.test.ts:113:35
|
__tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another:
src\e2e-tests\page-objects\AttributionDetails.ts#L115
1) __tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
at page-objects\AttributionDetails.ts:115
113 | },
114 | replaceButtonIsVisible: async (): Promise<void> => {
> 115 | await expect(this.replaceButton).toBeVisible();
| ^
116 | },
117 | replaceButtonIsHidden: async (): Promise<void> => {
118 | await expect(this.replaceButton).toBeHidden();
at Object.replaceButtonIsVisible (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\AttributionDetails.ts:115:40)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\replacing-attributions.test.ts:113:35
|
__tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another:
src\e2e-tests\page-objects\AttributionDetails.ts#L115
1) __tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('attribution column').getByRole('button', { name: 'Use as replacement', exact: true })
at page-objects\AttributionDetails.ts:115
113 | },
114 | replaceButtonIsVisible: async (): Promise<void> => {
> 115 | await expect(this.replaceButton).toBeVisible();
| ^
116 | },
117 | replaceButtonIsHidden: async (): Promise<void> => {
118 | await expect(this.replaceButton).toBeHidden();
at Object.replaceButtonIsVisible (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\AttributionDetails.ts:115:40)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\replacing-attributions.test.ts:113:35
|
build-and-test (windows-latest)
Process completed with exit code 1.
|
__tests__/filtering-attributions.test.ts:49:5 › filters attributions in audit view:
src/e2e-tests/page-objects/PackageCard.ts#L59
1) __tests__/filtering-attributions.test.ts:49:5 › filters attributions in audit view ────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByTestId('attributions-panel').getByLabel('package card regal-tackle, 0.2.1')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByTestId('attributions-panel').getByLabel('package card regal-tackle, 0.2.1')
9 × locator resolved to <div tabindex="0" class="MuiBox-root css-d3geve" aria-label="package card regal-tackle, 0.2.1">…</div>
- unexpected value "visible"
at page-objects/PackageCard.ts:59
57 | },
58 | isHidden: async (packageInfo: RawPackageInfo): Promise<void> => {
> 59 | await expect(this.node(packageInfo)).toBeHidden();
| ^
60 | },
61 | preferredIconIsVisible: async (
62 | packageInfo: RawPackageInfo,
at Object.isHidden (/Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/PackageCard.ts:59:44)
at /Users/runner/work/OpossumUI/OpossumUI/src/e2e-tests/__tests__/filtering-attributions.test.ts:87:46
|
🎭 Playwright Run Summary
51 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
__tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another ───
50 passed (4.2m)
|
🎭 Playwright Run Summary
1 flaky
__tests__/filtering-attributions.test.ts:49:5 › filters attributions in audit view ─────────────
50 passed (5.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifacts-windows-latest
|
7.96 MB |
|