ci #37915
Annotations
7 errors and 1 notice
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/specs/documents_list.spec.ts#L657
6) [Chromium] › tests/e2e/specs/documents_list.spec.ts:637:3 › List folder with offline mode ─────
Error: locator.dblclick: Target page, context or browser has been closed
Call log:
- waiting for locator('.folder-container').locator('.file-list-item').first()
- locator resolved to <ion-item role="listitem" data-v-1b27a1a4="" class="item md item-lines-full in-list ion-activatable ion-focusable hydrated list-item file-list-item">…</ion-item>
- attempting dblclick action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying dblclick action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
655 | ]);
656 |
> 657 | await documents.locator('.folder-container').locator('.file-list-item').nth(0).dblclick();
| ^
658 |
659 | await expect(errorListFolder.locator('.container-textinfo__text')).toHaveText('Failed to list the content of this folder.');
660 | await expect(noFilesContent).toBeHidden();
at /github/workspace/client/tests/e2e/specs/documents_list.spec.ts:657:84
|
|
Merge playwright shard report:
client/tests/e2e/specs/documents_list.spec.ts#L0
6) [Chromium] › tests/e2e/specs/documents_list.spec.ts:637:3 › List folder with offline mode ─────
Test timeout of 30000ms exceeded.
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L616
5) [Chromium] › tests/e2e/specs/client_area_personal_page.spec.ts:221:3 › Update email fail (status: 400 error)
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:616
614 |
615 | await expect(loginButton).toHaveText('Log in');
> 616 | await expect(loginButton).toBeTrulyEnabled();
| ^
617 | await loginButton.click();
618 | await expect(home).toHaveURL(/.+\/clientArea$/);
619 |
at Object.clientArea (/github/workspace/client/tests/e2e/helpers/fixtures.ts:616:31)
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L616
4) [Chromium] › tests/e2e/specs/client_area_login.spec.ts:115:3 › Switch org large display ───────
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:616
614 |
615 | await expect(loginButton).toHaveText('Log in');
> 616 | await expect(loginButton).toBeTrulyEnabled();
| ^
617 | await loginButton.click();
618 | await expect(home).toHaveURL(/.+\/clientArea$/);
619 |
at Object.clientArea (/github/workspace/client/tests/e2e/helpers/fixtures.ts:616:31)
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L670
3) [Chromium] › tests/e2e/specs/client_area_custom_order_statistics.spec.ts:39:1 › Test initial status for all orgs
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:670
668 |
669 | await expect(loginButton).toHaveText('Log in');
> 670 | await expect(loginButton).toBeTrulyEnabled();
| ^
671 | await loginButton.click();
672 | await expect(home).toHaveURL(/.+\/clientArea$/);
673 |
at Object.clientAreaCustomOrder (/github/workspace/client/tests/e2e/helpers/fixtures.ts:670:31)
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/specs/auth_with_sso.spec.ts#L202
2) [Chromium] › tests/e2e/specs/auth_with_sso.spec.ts:184:1 › Check ProConnect link ──────────────
Error: Has disabled attribute
200 | await fillIonInput(userInfoContainer.locator('ion-input').nth(0), DEFAULT_USER_INFORMATION.name);
201 | await fillIonInput(userInfoContainer.locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.email);
> 202 | await expect(userNext).toNotHaveDisabledAttribute();
| ^
203 | await userNext.click();
204 |
205 | const authContainer = modal.locator('.authentication-page');
at /github/workspace/client/tests/e2e/specs/auth_with_sso.spec.ts:202:26
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/helpers/greet.ts#L81
1) [Chromium] › tests/e2e/specs/account_login.spec.ts:80:1 › Account create registration device and replace current
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.greet-organization-modal').locator('#next-button')
Expected: "Start"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.greet-organization-modal').locator('#next-button')
at helpers/greet.ts:81
79 | closeButton: greetModal.locator('.closeBtn'),
80 | };
> 81 | await expect(greetData.nextButton).toHaveText('Start');
| ^
82 | await expect(greetData.title).toHaveText('Onboard a new user');
83 | await greetData.nextButton.click();
84 |
at initGreetUserModals (/github/workspace/client/tests/e2e/helpers/greet.ts:81:38)
at addUser (/github/workspace/client/tests/e2e/helpers/greet.ts:111:33)
at /github/workspace/client/tests/e2e/specs/account_login.spec.ts:105:3
|
|
Merge playwright shard report
6 flaky
[Chromium] › tests/e2e/specs/account_login.spec.ts:80:1 › Account create registration device and replace current
[Chromium] › tests/e2e/specs/auth_with_sso.spec.ts:184:1 › Check ProConnect link ───────────────
[Chromium] › tests/e2e/specs/client_area_custom_order_statistics.spec.ts:39:1 › Test initial status for all orgs
[Chromium] › tests/e2e/specs/client_area_login.spec.ts:115:3 › Switch org large display ────────
[Chromium] › tests/e2e/specs/client_area_personal_page.spec.ts:221:3 › Update email fail (status: 400 error)
[Chromium] › tests/e2e/specs/documents_list.spec.ts:637:3 › List folder with offline mode ──────
38 skipped
603 passed (17.8m)
|
background
wait
wait-all
cancel
parallel
Loading