Apply filters on catalog import for matrices and mapping #3733
Annotations
5 errors and 1 notice
Run tests:
frontend/tests/utils/base-page.ts#L51
1) [chromium] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the login page
Error: expect(locator(':root')).toHaveURL(false)
Locator: locator(':root')
Matcher error: expected value must be a string or regular expression
Expected has type: boolean
Expected has value: false
at utils/base-page.ts:51
49 | async hasUrl(url: string = this.url, strict: boolean = true) {
50 | const URLPattern = strict ? url : new RegExp(escapeRegex(url) + '.*');
> 51 | await expect(this.page).toHaveURL(URLPattern);
| ^
52 | }
53 |
54 | async hasBreadcrumbPath(paths: (string | RegExp)[], fullPath = true, origin = 'Home') {
at AnalyticsPage.hasUrl (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:4:2
|
Run tests:
frontend/tests/utils/base-page.ts#L51
1) [chromium] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the login page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator(':root')).toHaveURL(false)
Locator: locator(':root')
Matcher error: expected value must be a string or regular expression
Expected has type: boolean
Expected has value: false
at utils/base-page.ts:51
49 | async hasUrl(url: string = this.url, strict: boolean = true) {
50 | const URLPattern = strict ? url : new RegExp(escapeRegex(url) + '.*');
> 51 | await expect(this.page).toHaveURL(URLPattern);
| ^
52 | }
53 |
54 | async hasBreadcrumbPath(paths: (string | RegExp)[], fullPath = true, origin = 'Home') {
at AnalyticsPage.hasUrl (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:4:2
|
Run tests:
frontend/tests/utils/base-page.ts#L51
2) [firefox] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the login page
Error: expect(locator(':root')).toHaveURL(false)
Locator: locator(':root')
Matcher error: expected value must be a string or regular expression
Expected has type: boolean
Expected has value: false
at utils/base-page.ts:51
49 | async hasUrl(url: string = this.url, strict: boolean = true) {
50 | const URLPattern = strict ? url : new RegExp(escapeRegex(url) + '.*');
> 51 | await expect(this.page).toHaveURL(URLPattern);
| ^
52 | }
53 |
54 | async hasBreadcrumbPath(paths: (string | RegExp)[], fullPath = true, origin = 'Home') {
at AnalyticsPage.hasUrl (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:4:2
|
Run tests:
frontend/tests/utils/base-page.ts#L51
2) [firefox] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the login page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator(':root')).toHaveURL(false)
Locator: locator(':root')
Matcher error: expected value must be a string or regular expression
Expected has type: boolean
Expected has value: false
at utils/base-page.ts:51
49 | async hasUrl(url: string = this.url, strict: boolean = true) {
50 | const URLPattern = strict ? url : new RegExp(escapeRegex(url) + '.*');
> 51 | await expect(this.page).toHaveURL(URLPattern);
| ^
52 | }
53 |
54 | async hasBreadcrumbPath(paths: (string | RegExp)[], fullPath = true, origin = 'Home') {
at AnalyticsPage.hasUrl (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/startup.test.ts:4:2
|
Run tests
Process completed with exit code 1.
|
Run tests
2 failed
[chromium] › functional/startup.test.ts:3:1 › startup tests ────────────────────────────────────
[firefox] › functional/startup.test.ts:3:1 › startup tests ─────────────────────────────────────
|
Loading