Apply filters on catalog import for matrices and mapping #3670
Annotations
3 errors, 5 warnings, and 1 notice
enterprise/frontend/.build/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/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:4:2
|
enterprise/frontend/.build/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/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:51:27)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:8:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:4:2
|
|
enterprise/frontend/.build/frontend/[chromium] › functional/user-permissions.test.ts#L1
enterprise/frontend/.build/frontend/[chromium] › functional/user-permissions.test.ts took 5.2m
|
enterprise/frontend/.build/frontend/[chromium] › functional/detailed/common.test.ts#L1
enterprise/frontend/.build/frontend/[chromium] › functional/detailed/common.test.ts took 4.3m
|
enterprise/frontend/.build/frontend/[chromium] › fuzz/open-redirect/open-redirect.test.ts#L1
enterprise/frontend/.build/frontend/[chromium] › fuzz/open-redirect/open-redirect.test.ts took 2.5m
|
enterprise/frontend/.build/frontend/[chromium] › functional/nav.test.ts#L1
enterprise/frontend/.build/frontend/[chromium] › functional/nav.test.ts took 1.4m
|
enterprise/frontend/.build/frontend/[chromium] › functional/user-route.test.ts#L1
enterprise/frontend/.build/frontend/[chromium] › functional/user-route.test.ts took 1.0m
|
|
The logs for this run have expired and are no longer available.
Loading