Ca 237 translate key words and some auto complete select #135
Annotations
10 errors, 1 warning, and 1 notice
Run tests:
frontend/tests/functional/detailed/common.test.ts#L34
1) [chromium] › functional/detailed/common.test.ts:66:4 › Tests on domains item › Tests on domains item details › Domains item details are showing properly
Test timeout of 50000ms exceeded while running "beforeEach" hook.
32 |
33 | test.describe(`Tests on ${items[key].displayName.toLowerCase()} item details`, () => {
> 34 | test.beforeEach(async ({ logedPage, pages, page }, testInfo) => {
| ^
35 | await pages[key].goto();
36 | await expect(page).toHaveURL(pages[key].url);
37 |
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:34:9
|
Run tests:
frontend/tests/utils/login-page.ts#L35
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: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('login-btn')
at utils/login-page.ts:35
33 | await this.usernameInput.fill(email);
34 | await this.passwordInput.fill(password);
> 35 | await this.loginButton.click();
| ^
36 | if (email === LoginPage.defaultEmail && password === LoginPage.defaultPassword) {
37 | await this.page.waitForURL(/^.*\/((?!login).)*$/, { timeout: 10000 });
38 | }
at LoginPage.login (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/login-page.ts:35:32)
at Object.logedPage (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:242:3)
|
Run tests:
frontend/tests/functional/detailed/common.test.ts#L34
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 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded while running "beforeEach" hook.
32 |
33 | test.describe(`Tests on ${items[key].displayName.toLowerCase()} item details`, () => {
> 34 | test.beforeEach(async ({ logedPage, pages, page }, testInfo) => {
| ^
35 | await pages[key].goto();
36 | await expect(page).toHaveURL(pages[key].url);
37 |
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:34:9
|
Run tests:
frontend/tests/utils/login-page.ts#L35
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: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('login-btn')
at utils/login-page.ts:35
33 | await this.usernameInput.fill(email);
34 | await this.passwordInput.fill(password);
> 35 | await this.loginButton.click();
| ^
36 | if (email === LoginPage.defaultEmail && password === LoginPage.defaultPassword) {
37 | await this.page.waitForURL(/^.*\/((?!login).)*$/, { timeout: 10000 });
38 | }
at LoginPage.login (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/login-page.ts:35:32)
at Object.logedPage (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:242:3)
|
Run tests:
frontend/tests/functional/detailed/common.test.ts#L34
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 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded while running "beforeEach" hook.
32 |
33 | test.describe(`Tests on ${items[key].displayName.toLowerCase()} item details`, () => {
> 34 | test.beforeEach(async ({ logedPage, pages, page }, testInfo) => {
| ^
35 | await pages[key].goto();
36 | await expect(page).toHaveURL(pages[key].url);
37 |
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/common.test.ts:34:9
|
Run tests:
frontend/tests/utils/login-page.ts#L35
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: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('login-btn')
at utils/login-page.ts:35
33 | await this.usernameInput.fill(email);
34 | await this.passwordInput.fill(password);
> 35 | await this.loginButton.click();
| ^
36 | if (email === LoginPage.defaultEmail && password === LoginPage.defaultPassword) {
37 | await this.page.waitForURL(/^.*\/((?!login).)*$/, { timeout: 10000 });
38 | }
at LoginPage.login (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/login-page.ts:35:32)
at Object.logedPage (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/test-utils.ts:242:3)
|
Run tests:
frontend/tests/functional/detailed/login.test.ts#L13
2) [chromium] › functional/detailed/login.test.ts:11:1 › login / logout process is working properly
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Login into your account' })
Expected: visible
Received: hidden
Call log:
- expect.soft.toBeVisible with timeout 10000ms
- waiting for getByRole('heading', { name: 'Login into your account' })
11 | test('login / logout process is working properly', async ({ loginPage, analyticsPage, sideBar, page }) => {
12 | await loginPage.hasUrl(1);
> 13 | await expect.soft(page.getByRole('heading', { name: 'Login into your account' })).toBeVisible();
| ^
14 | await loginPage.checkForUndefinedText();
15 | await loginPage.login();
16 | await analyticsPage.hasUrl();
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/login.test.ts:13:84
|
Run tests:
frontend/tests/functional/detailed/login.test.ts#L1
2) [chromium] › functional/detailed/login.test.ts:11:1 › login / logout process is working properly
Test timeout of 50000ms exceeded.
|
Run tests:
frontend/tests/utils/login-page.ts#L35
2) [chromium] › functional/detailed/login.test.ts:11:1 › login / logout process is working properly
Error: locator.click: Test ended.
Call log:
- waiting for getByTestId('login-btn')
at utils/login-page.ts:35
33 | await this.usernameInput.fill(email);
34 | await this.passwordInput.fill(password);
> 35 | await this.loginButton.click();
| ^
36 | if (email === LoginPage.defaultEmail && password === LoginPage.defaultPassword) {
37 | await this.page.waitForURL(/^.*\/((?!login).)*$/, { timeout: 10000 });
38 | }
at LoginPage.login (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/login-page.ts:35:32)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/login.test.ts:15:2
|
Run tests:
frontend/tests/functional/detailed/login.test.ts#L13
2) [chromium] › functional/detailed/login.test.ts:11:1 › login / logout process is working properly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Login into your account' })
Expected: visible
Received: hidden
Call log:
- expect.soft.toBeVisible with timeout 10000ms
- waiting for getByRole('heading', { name: 'Login into your account' })
11 | test('login / logout process is working properly', async ({ loginPage, analyticsPage, sideBar, page }) => {
12 | await loginPage.hasUrl(1);
> 13 | await expect.soft(page.getByRole('heading', { name: 'Login into your account' })).toBeVisible();
| ^
14 | await loginPage.checkForUndefinedText();
15 | await loginPage.login();
16 | await analyticsPage.hasUrl();
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/detailed/login.test.ts:13:84
|
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/.
|
Run tests
18 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/detailed/login.test.ts:11:1 › login / logout process is working properly
[chromium] › functional/detailed/login.test.ts:22:1 › redirect to the right page after login ───
[chromium] › functional/detailed/login.test.ts:29:1 › login invalid message is showing properly
[chromium] › functional/nav.test.ts:9:1 › sidebar navigation tests ─────────────────────────────
[chromium] › functional/nav.test.ts:77:1 › sidebar component tests ─────────────────────────────
[chromium] › functional/startup.test.ts:3:1 › startup tests ────────────────────────────────────
[chromium] › functional/user-permissions.test.ts:52:1 › created user can log to his account ────
[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/detailed/login.test.ts:11:1 › login / logout process is working properly
[firefox] › functional/detailed/login.test.ts:22:1 › redirect to the right page after login ────
[firefox] › functional/detailed/login.test.ts:29:1 › login invalid message is showing properly ─
[firefox] › functional/nav.test.ts:9:1 › sidebar navigation tests ──────────────────────────────
[firefox] › functional/nav.test.ts:77:1 › sidebar component tests ──────────────────────────────
[firefox] › functional/startup.test.ts:3:1 › startup tests ─────────────────────────────────────
[firefox] › functional/user-permissions.test.ts:52:1 › created user can log to his account ─────
[firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
48 skipped
|
Loading