Merge pull request #2339 from opossum-tool/fix-preserve-symlinks #1
Annotations
1 error and 3 notices
__tests__/saving-attributions.test.ts:212:5 › allows user to edit an existing attribution in report view:
src/e2e-tests/page-objects/ReportView.ts#L41
1) __tests__/saving-attributions.test.ts:212:5 › allows user to edit an existing attribution in report view
Error: expect.toBeVisible: Error: strict mode violation: getByLabel('report view').getByLabel('attribution row trivial-taste, 8.3.4').getByText('UCC') resolved to 2 elements:
1) <div>UCC</div> aka getByText('UCC', { exact: true })
2) <div>Terebro vulpes mollitia adimpleo mollitia. Cultur…</div> aka getByText('Terebro vulpes mollitia')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('report view').getByLabel('attribution row trivial-taste, 8.3.4').getByText('UCC')
at page-objects/ReportView.ts:41
39 | await expect(
40 | this.attributionRow(packageInfo).getByText(value.toString()),
> 41 | ).toBeVisible();
| ^
42 | }
43 | },
44 | matchesPackageInfo: async (info: PackageInfo): Promise<void> => {
at Object.attributeIsVisible (/home/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/ReportView.ts:41:11)
at Object.matchesPackageInfo (/home/runner/work/OpossumUI/OpossumUI/src/e2e-tests/page-objects/ReportView.ts:50:21)
at /home/runner/work/OpossumUI/OpossumUI/src/e2e-tests/__tests__/saving-attributions.test.ts:228:27
|
🎭 Playwright Run Summary
1 flaky
__tests__/saving-attributions.test.ts:212:5 › allows user to edit an existing attribution in report view
39 passed (3.6m)
|
🎭 Playwright Run Summary
40 passed (3.4m)
|
🎭 Playwright Run Summary
40 passed (4.9m)
|