Ca 615 refactor breadcrumbs #3417
Annotations
5 errors, 1 warning, and 1 notice
Run tests:
enterprise/frontend/.build/frontend/tests/utils/base-page.ts#L38
1) [chromium] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the analytics page after login
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "Analytics"
Received string: ""
Call log:
- expect.soft.toHaveText with timeout 20000ms
- waiting for locator('#page-title')
24 × locator resolved to <span id="page-title" class="text-2xl font-bold pb-1 bg-gradient-to-r from-pink-500 to-violet-600 bg-clip-text text-transparent"></span>
- unexpected value ""
at utils/base-page.ts:38
36 |
37 | async hasTitle(title: string | RegExp = this.name) {
> 38 | await expect.soft(this.pageTitle).toHaveText(title);
| ^
39 | }
40 |
41 | /**
at AnalyticsPage.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:38:37)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:13:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:11:2
|
Run tests:
enterprise/frontend/.build/frontend/tests/utils/base-page.ts#L38
1) [chromium] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the analytics page after login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "Analytics"
Received string: ""
Call log:
- expect.soft.toHaveText with timeout 20000ms
- waiting for locator('#page-title')
24 × locator resolved to <span id="page-title" class="text-2xl font-bold pb-1 bg-gradient-to-r from-pink-500 to-violet-600 bg-clip-text text-transparent"></span>
- unexpected value ""
at utils/base-page.ts:38
36 |
37 | async hasTitle(title: string | RegExp = this.name) {
> 38 | await expect.soft(this.pageTitle).toHaveText(title);
| ^
39 | }
40 |
41 | /**
at AnalyticsPage.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:38:37)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:13:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:11:2
|
Run tests:
enterprise/frontend/.build/frontend/tests/utils/base-page.ts#L38
2) [firefox] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the analytics page after login
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "Analytics"
Received string: ""
Call log:
- expect.soft.toHaveText with timeout 20000ms
- waiting for locator('#page-title')
24 × locator resolved to <span id="page-title" class="text-2xl font-bold pb-1 bg-gradient-to-r from-pink-500 to-violet-600 bg-clip-text text-transparent"></span>
- unexpected value ""
at utils/base-page.ts:38
36 |
37 | async hasTitle(title: string | RegExp = this.name) {
> 38 | await expect.soft(this.pageTitle).toHaveText(title);
| ^
39 | }
40 |
41 | /**
at AnalyticsPage.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:38:37)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:13:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:11:2
|
Run tests:
enterprise/frontend/.build/frontend/tests/utils/base-page.ts#L38
2) [firefox] › functional/startup.test.ts:3:1 › startup tests › proper redirection to the analytics page after login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "Analytics"
Received string: ""
Call log:
- expect.soft.toHaveText with timeout 20000ms
- waiting for locator('#page-title')
24 × locator resolved to <span id="page-title" class="text-2xl font-bold pb-1 bg-gradient-to-r from-pink-500 to-violet-600 bg-clip-text text-transparent"></span>
- unexpected value ""
at utils/base-page.ts:38
36 |
37 | async hasTitle(title: string | RegExp = this.name) {
> 38 | await expect.soft(this.pageTitle).toHaveText(title);
| ^
39 | }
40 |
41 | /**
at AnalyticsPage.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/utils/base-page.ts:38:37)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:13:23
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/enterprise/frontend/.build/frontend/tests/functional/startup.test.ts:11:2
|
Run tests
Process completed with exit code 1.
|
Install Playwright Browsers
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Run tests
2 failed
[chromium] › functional/startup.test.ts:3:1 › startup tests ────────────────────────────────────
[firefox] › functional/startup.test.ts:3:1 › startup tests ─────────────────────────────────────
|
Loading