feature/TASK-2024-00351 : update side-bar #3
Annotations
11 errors and 3 warnings
functional-tests (3.11, chromium)
Test has unknown parameter "analyticsPage".
at functional/detailed/login.test.ts:13
11 | });
12 |
> 13 | test('login / logout process is working properly', async ({
| ^
14 | loginPage,
15 | analyticsPage,
16 | sideBar,
|
functional-tests (3.11, chromium)
Test has unknown parameter "analyticsPage".
at functional/nav.test.ts:5
3 | import { test, expect, setHttpResponsesListener } from '../utils/test-utils.js';
4 |
> 5 | test('sidebar navigation tests', async ({ logedPage, analyticsPage, sideBar, page }) => {
| ^
6 | test.slow();
7 |
8 | await test.step('proper redirection to the analytics page after login', async () => {
|
functional-tests (3.11, chromium)
Test has unknown parameter "analyticsPage".
at functional/startup.test.ts:3
1 | import { test } from '../utils/test-utils.js';
2 |
> 3 | test('startup tests', async ({ loginPage, analyticsPage, page }) => {
| ^
4 | await test.step('proper redirection to the login page', async () => {
5 | await page.goto('/');
6 | await loginPage.hasUrl(1);
|
functional-tests (3.11, chromium)
Test has unknown parameter "analyticsPage".
at functional/user-route.test.ts:6
4 | const vars = TestContent.generateTestVars();
5 |
> 6 | test('user usual routine actions are working correctly', async ({
| ^
7 | logedPage,
8 | pages,
9 | analyticsPage,
|
functional-tests (3.11, chromium)
Process completed with exit code 1.
|
functional-tests (3.11, firefox)
The job was canceled because "_3_11_chromium" failed.
|
functional-tests (3.11, firefox)
Test has unknown parameter "analyticsPage".
at functional/detailed/login.test.ts:13
11 | });
12 |
> 13 | test('login / logout process is working properly', async ({
| ^
14 | loginPage,
15 | analyticsPage,
16 | sideBar,
|
functional-tests (3.11, firefox)
Test has unknown parameter "analyticsPage".
at functional/nav.test.ts:5
3 | import { test, expect, setHttpResponsesListener } from '../utils/test-utils.js';
4 |
> 5 | test('sidebar navigation tests', async ({ logedPage, analyticsPage, sideBar, page }) => {
| ^
6 | test.slow();
7 |
8 | await test.step('proper redirection to the analytics page after login', async () => {
|
functional-tests (3.11, firefox)
Test has unknown parameter "analyticsPage".
at functional/startup.test.ts:3
1 | import { test } from '../utils/test-utils.js';
2 |
> 3 | test('startup tests', async ({ loginPage, analyticsPage, page }) => {
| ^
4 | await test.step('proper redirection to the login page', async () => {
5 | await page.goto('/');
6 | await loginPage.hasUrl(1);
|
functional-tests (3.11, firefox)
Test has unknown parameter "analyticsPage".
at functional/user-route.test.ts:6
4 | const vars = TestContent.generateTestVars();
5 |
> 6 | test('user usual routine actions are working correctly', async ({
| ^
7 | logedPage,
8 | pages,
9 | analyticsPage,
|
functional-tests (3.11, firefox)
The operation was canceled.
|
functional-tests (3.11, chromium)
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/.
|
functional-tests (3.11, chromium)
No files were found with the provided path: ./frontend/tests/chromiumresults/
./frontend/tests/chromiumreports/. No artifacts will be uploaded.
|
functional-tests (3.11, firefox)
No files were found with the provided path: ./frontend/tests/firefoxresults/
./frontend/tests/firefoxreports/. No artifacts will be uploaded.
|