prepared file for ANSSI checklist for crisis readiness #845
Annotations
4 errors, 6 warnings, and 1 notice
Run tests:
frontend/tests/functional/detailed/login.test.ts#L1
1) [firefox] › functional/detailed/login.test.ts:41:1 › forgot password process is working properly
Test timeout of 50000ms exceeded.
|
Run tests:
frontend/tests/functional/detailed/login.test.ts#L86
1) [firefox] › functional/detailed/login.test.ts:41:1 › forgot password process is working properly
Error: browserContext.waitForEvent: Test timeout of 50000ms exceeded.
84 |
85 | await lastMail.open();
> 86 | const pagePromise = page.context().waitForEvent('page');
| ^
87 | await expect(mailer.emailContent.resetPasswordButton).toBeVisible();
88 | await mailer.emailContent.resetPasswordButton.click();
89 | const resetPasswordPage = await pagePromise;
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/login.test.ts:86:37
|
Run tests:
frontend/tests/functional/user-permissions.test.ts#L1
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Test timeout of 150000ms exceeded while setting up "populateDatabase".
|
Run tests:
frontend/tests/utils/page-content.ts#L51
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('save-button')
- locator resolved to <button type="submit" data-testid="save-button" class="b…>Save</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at utils/page-content.ts:51
49 | await this.form.hasTitle();
50 | await this.form.fill(values);
> 51 | await this.form.saveButton.click();
| ^
52 | await expect(this.form.formTitle).not.toBeVisible();
53 | if (typeof this.name == 'string') {
54 | await this.isToastVisible(
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:51:30)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:280:4)
|
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/.
|
Run tests:
frontend/[chromium] › functional/user-permissions.test.ts#L1
frontend/[chromium] › functional/user-permissions.test.ts took 4.7m
|
Run tests:
frontend/[firefox] › functional/detailed/common.test.ts#L1
frontend/[firefox] › functional/detailed/common.test.ts took 4.2m
|
Run tests:
frontend/[chromium] › functional/detailed/common.test.ts#L1
frontend/[chromium] › functional/detailed/common.test.ts took 3.1m
|
Run tests:
frontend/[chromium] › functional/detailed/libraries.test.ts#L1
frontend/[chromium] › functional/detailed/libraries.test.ts took 2.5m
|
Run tests:
frontend/[firefox] › functional/user-route.test.ts#L1
frontend/[firefox] › functional/user-route.test.ts took 1.2m
|
Run tests
2 flaky
[firefox] › functional/detailed/login.test.ts:41:1 › forgot password process is working properly
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
4 skipped
456 passed (32.1m)
|
Loading