Ca 155 french translation #38
Annotations
10 errors, 1 warning, and 1 notice
[chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly:
frontend/tests/utils/form-content.ts#L125
1) [chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('modal-title')
Expected string: "New Domain"
Received string: "New domain"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('modal-title')
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
at utils/form-content.ts:125
123 | async hasTitle() {
124 | await expect(this.formTitle).toBeVisible();
> 125 | await expect(this.formTitle).toHaveText(this.name);
| ^
126 | }
127 | }
128 |
at FormContent.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/form-content.ts:125:32)
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:53:3)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:48:5
|
[chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly:
frontend/tests/utils/form-content.ts#L125
1) [chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('modal-title')
Expected string: "New Domain"
Received string: "New domain"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('modal-title')
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
at utils/form-content.ts:125
123 | async hasTitle() {
124 | await expect(this.formTitle).toBeVisible();
> 125 | await expect(this.formTitle).toHaveText(this.name);
| ^
126 | }
127 | }
128 |
at FormContent.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/form-content.ts:125:32)
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:53:3)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:48:5
|
[chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly:
frontend/tests/utils/form-content.ts#L125
1) [chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('modal-title')
Expected string: "New Domain"
Received string: "New domain"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('modal-title')
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
- locator resolved to <header data-testid="modal-title" class="text-2xl font-b…>New domain</header>
- unexpected value "New domain"
at utils/form-content.ts:125
123 | async hasTitle() {
124 | await expect(this.formTitle).toBeVisible();
> 125 | await expect(this.formTitle).toHaveText(this.name);
| ^
126 | }
127 | }
128 |
at FormContent.hasTitle (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/form-content.ts:125:32)
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:53:3)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:48:5
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "analytics"
Received string: "Analytics"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Analytics</span>
- unexpected value "Analytics"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "calendar"
Received string: "Calendar"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Calendar</span>
- unexpected value "Calendar"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "threats"
Received string: "Threats"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Threats</span>
- unexpected value "Threats"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "securityFunctions"
Received string: "Security functions"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security functions</span>
- unexpected value "Security functions"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "securityMeasures"
Received string: "Security measures"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Security measures</span>
- unexpected value "Security measures"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/functional/nav.test.ts#L31
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('#page-title')
Expected string: "assets"
Received string: "Assets"
Call log:
- expect.soft.toHaveText with timeout 10000ms
- waiting for locator('#page-title')
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
- locator resolved to <span id="page-title" class="text-2xl font-bold pb-1">Assets</span>
- unexpected value "Assets"
29 | await expect.soft(logedPage.pageTitle).toHaveText(temporaryPageTitle[item.name]);
30 | } else {
> 31 | await expect.soft(logedPage.pageTitle).toHaveText(item.name);
| ^
32 | }
33 | }
34 | }
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:31:46
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests:
frontend/tests/utils/sidebar.ts#L40
2) [chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests › navigation link are working properly
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('accordion-item-policies')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('accordion-item-policies')
at utils/sidebar.ts:40
38 | await this.page.locator('#' + parent.toLowerCase().replace(' ', '-')).click();
39 | }
> 40 | await expect(this.page.getByTestId('accordion-item-' + tab.substring(1))).toBeVisible();
| ^
41 | await this.page.getByTestId('accordion-item-' + tab.substring(1)).click();
42 | await this.page.waitForURL(tab);
43 | }
at SideBar.click (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/sidebar.ts:40:77)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:26:6
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/nav.test.ts:16:2
|
functional-tests (3.11)
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/.
|
🎭 Playwright Run Summary
6 failed
[chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
[chromium] › functional/nav.test.ts:7:1 › sidebar navigation tests ─────────────────────────────
[chromium] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
[firefox] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
[firefox] › functional/nav.test.ts:7:1 › sidebar navigation tests ──────────────────────────────
[firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
48 skipped
10 passed (25.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
functional-tests-report
Expired
|
109 MB |
|