Add filters to modeltable #1262
Annotations
12 errors, 4 warnings, and 1 notice
[firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password:
frontend/tests/utils/page-content.ts#L41
1) [firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/libraries", waiting until "load"
at utils/page-content.ts:41
39 | async createItem(values: { [k: string]: any }, dependency?: any) {
40 | if (dependency) {
> 41 | await this.page.goto('/libraries');
| ^
42 | await this.page.waitForURL('/libraries');
43 |
44 | await this.importLibrary(dependency.ref || dependency.name, dependency.urn);
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:41:20)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:280:22)
|
[firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
1) [firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-permissions.test.ts:220:20
|
[firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
1) [firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:275:19)
|
[firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
1) [firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-permissions.test.ts:220:20
|
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:275:19)
|
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-permissions.test.ts:220:20
|
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:275:19)
|
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
2) [firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-permissions.test.ts:220:20
|
[firefox] › functional/user-permissions.test.ts:28:3 › Domain manager user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
3) [firefox] › functional/user-permissions.test.ts:28:3 › Domain manager user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at Object.populateDatabase (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:275:19)
|
[firefox] › functional/user-permissions.test.ts:28:3 › Domain manager user has the right permissions › user can set his password:
frontend/tests/utils/base-page.ts#L19
3) [firefox] › functional/user-permissions.test.ts:28:3 › Domain manager user has the right permissions › user can set his password
Error: page.goto: NS_ERROR_CONNECTION_REFUSED
Call log:
- navigating to "http://localhost:4173/login", waiting until "load"
at utils/base-page.ts:19
17 |
18 | async goto() {
> 19 | await this.page.goto(this.url);
| ^
20 | await this.page.waitForURL(this.url);
21 | }
22 |
at LoginPage.goto (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:19:19)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-permissions.test.ts:220:20
|
functional-tests (3.11, chromium)
The job was canceled because "_3_11_firefox" failed.
|
functional-tests (3.11, chromium)
The operation was canceled.
|
functional-tests (3.11, firefox)
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/.
|
Slow Test:
frontend/[firefox] › functional/detailed/common.test.ts#L1
frontend/[firefox] › functional/detailed/common.test.ts took 3.4m
|
Slow Test:
frontend/[firefox] › functional/nav.test.ts#L1
frontend/[firefox] › functional/nav.test.ts took 36.0s
|
Slow Test:
frontend/[firefox] › functional/detailed/compliance-assessments.test.ts#L1
frontend/[firefox] › functional/detailed/compliance-assessments.test.ts took 24.8s
|
🎭 Playwright Run Summary
5 failed
[firefox] › functional/user-permissions.test.ts:28:3 › Analyst user has the right permissions › user can set his password
[firefox] › functional/user-permissions.test.ts:28:3 › Reader user has the right permissions › user can set his password
[firefox] › functional/user-permissions.test.ts:28:3 › Domain manager user has the right permissions › user can set his password
[firefox] › functional/user-permissions.test.ts:28:3 › Approver user has the right permissions › user can set his password
[firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
1 flaky
[firefox] › functional/detailed/libraries.test.ts:5:1 › every library can be loaded ────────────
2 skipped
192 did not run
32 passed (11.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
functional-tests-report-chromium
Expired
|
375 MB |
|
functional-tests-report-firefox
Expired
|
372 MB |
|