Fix probability and impact unused colors #1044
Annotations
2 errors, 6 warnings, and 1 notice
frontend/tests/functional/detailed/libraries.test.ts#L1
1) [firefox] › functional/detailed/libraries.test.ts:5:1 › every library can be loaded ───────────
Test timeout of 150000ms exceeded.
|
frontend/tests/utils/page-content.ts#L81
1) [firefox] › functional/detailed/libraries.test.ts:5:1 › every library can be loaded ───────────
Error: locator.isHidden: Test timeout of 150000ms exceeded.
Call log:
- checking visibility of getByRole('row', { name: 'CMMC-2.0' }).first().getByTestId('tablerow-import-button')
at utils/page-content.ts:81
79 | }
80 | // If the library is not visible, it might have already been loaded
> 81 | if (await this.importItemButton(ref, language === 'any' ? undefined : language).isHidden()) {
| ^
82 | await this.tab('Loaded libraries').click();
83 | expect(this.tab('Loaded libraries').getAttribute('aria-selected')).toBeTruthy();
84 | expect(this.getRow(ref)).toBeVisible();
at PageContent.importLibrary (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:81:83)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/libraries.test.ts:19:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
frontend/[firefox] › functional/user-permissions.test.ts#L1
frontend/[firefox] › functional/user-permissions.test.ts took 6.4m
|
frontend/[firefox] › functional/detailed/common.test.ts#L1
frontend/[firefox] › functional/detailed/common.test.ts took 3.4m
|
frontend/[firefox] › functional/user-route.test.ts#L1
frontend/[firefox] › functional/user-route.test.ts took 1.2m
|
frontend/[firefox] › functional/nav.test.ts#L1
frontend/[firefox] › functional/nav.test.ts took 38.1s
|
frontend/[firefox] › functional/detailed/compliance-assessments.test.ts#L1
frontend/[firefox] › functional/detailed/compliance-assessments.test.ts took 26.7s
|
|
This job succeeded
Loading