chore(deps): update dependency electron to v33.3.1 #9351
Annotations
1 error and 1 notice
Run yarn test:e2e:ci:
src\e2e-tests\page-objects\LinkedResourcesTree.ts#L35
1) __tests__\replacing-attributions.test.ts:64:5 › replaces an attribution with another ──────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByTestId('linked-resources-tree').getByText('ouch-until-triangular', { exact: true })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByTestId('linked-resources-tree').getByText('ouch-until-triangular', { exact: true })
9 × locator resolved to <p class="MuiTypography-root MuiTypography-body1 css-wam3xv">ouch-until-triangular</p>
- unexpected value "visible"
at page-objects\LinkedResourcesTree.ts:35
33 | await expect(
34 | this.node.getByText(resourceName, { exact: true }),
> 35 | ).toBeHidden();
| ^
36 | },
37 | };
38 |
at Object.resourceIsHidden (D:\a\OpossumUI\OpossumUI\src\e2e-tests\page-objects\LinkedResourcesTree.ts:35:9)
at D:\a\OpossumUI\OpossumUI\src\e2e-tests\__tests__\replacing-attributions.test.ts:84:36
|
Run yarn test:e2e:ci
1 flaky
__tests__\replacing-attributions.test.ts:64:5 › replaces an attribution with another ───────────
50 passed (3.7m)
|
Loading