chore(deps): update dependency @types/react to ^19.0.4 #9374
Annotations
1 error and 1 notice
Run yarn test:e2e:ci:
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
|
Run yarn test:e2e:ci
1 flaky
__tests__\replacing-attributions.test.ts:102:5 › replaces multiple attributions with another ───
50 passed (4.0m)
|
Loading