chore(deps): Bump the server-boto3 group in /server with 2 updates #38940
ci.yml
on: push
dispatch
7s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
4m 8s
rust
/
🐧 Linux: 🦀 Rust tests
6m 51s
docs
/
Build & Check documentations
Matrix: web / 🌐 Web playwright tests
⭐ CI is happy ⭐
3s
Annotations
6 errors and 1 notice
|
[Chromium] › tests/e2e/specs/file_viewers.spec.ts:238:3 › Audio viewer:
../../../../../github/workspace/client/tests/e2e/specs/file_viewers.spec.ts#L298
6) [Chromium] › tests/e2e/specs/file_viewers.spec.ts:238:3 › Audio viewer ────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
296 |
297 | await playPause.click();
> 298 | expect(await Media.getPausedState(audio)).toBe(false);
| ^
299 | await documents.waitForTimeout(2000);
300 | expect(await Media.getPausedState(audio)).toBe(false);
301 |
at /github/workspace/client/tests/e2e/specs/file_viewers.spec.ts:298:47
|
|
[Chromium] › tests/e2e/specs/file_editor.spec.ts:287:3 › Go back with unsaved status:
../../../../../github/workspace/client/tests/e2e/specs/file_editor.spec.ts#L320
5) [Chromium] › tests/e2e/specs/file_editor.spec.ts:287:3 › Go back with unsaved status ──────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.file-handler-topbar').locator('.save-info-text')
Expected: "Changes unsaved"
Received: ""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.file-handler-topbar').locator('.save-info-text')
6 × locator resolved to <ion-text data-v-e64965fe="" class="md hydrated save-info-text button-small save-info-text-fade-out save-info-text-ok">File saved</ion-text>
- unexpected value "File saved"
7 × locator resolved to <ion-text data-v-e64965fe="" class="md hydrated save-info-text button-small save-info-text-fade-in save-info-text-ok"></ion-text>
- unexpected value ""
318 | await expect(topbar.locator('.save-info')).toBeVisible();
319 | await expect(topbar.locator('.save-info-text')).toBeVisible();
> 320 | await expect(topbar.locator('.save-info-text')).toHaveText('Changes unsaved');
| ^
321 | await topbar.locator('.back-button').click();
322 | await expect(parsecEditics).toBeDocumentPage();
323 | });
at /github/workspace/client/tests/e2e/specs/file_editor.spec.ts:320:53
|
|
[Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:479:3 › Go through custom org creation process with invalid authority key on large display:
../../../../../github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts#L498
4) [Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:479:3 › Go through custom org creation process with invalid authority key on large display
Error: Has disabled attribute
496 | await expect(orgNext).toHaveDisabledAttribute();
497 | await fillIonInput(orgServerContainer.locator('ion-input').nth(1), home.orgInfo.serverAddr);
> 498 | await expect(orgNext).toNotHaveDisabledAttribute();
| ^
499 |
500 | await orgServerContainer.locator('.advanced-settings').click();
501 | await orgServerContainer.locator('.sequester-container').locator('ion-toggle').click();
at /github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts:498:29
|
|
[Chromium] › tests/e2e/specs/client_area_invoices_page.spec.ts:80:1 › Filter the invoices:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L611
3) [Chromium] › tests/e2e/specs/client_area_invoices_page.spec.ts:80:1 › Filter the invoices ─────
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:611
609 |
610 | await expect(loginButton).toHaveText('Log in');
> 611 | await expect(loginButton).toBeTrulyEnabled();
| ^
612 | await loginButton.click();
613 | await expect(home).toHaveURL(/.+\/clientArea$/);
614 |
at Object.clientArea (/github/workspace/client/tests/e2e/helpers/fixtures.ts:611:31)
|
|
[Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L665
2) [Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status ───────
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:665
663 |
664 | await expect(loginButton).toHaveText('Log in');
> 665 | await expect(loginButton).toBeTrulyEnabled();
| ^
666 | await loginButton.click();
667 | await expect(home).toHaveURL(/.+\/clientArea$/);
668 |
at Object.clientAreaCustomOrder (/github/workspace/client/tests/e2e/helpers/fixtures.ts:665:31)
|
|
[Chromium] › tests/e2e/specs/client_area_custom_order_invoices.spec.ts:109:3 › List the invoices for allOrgs timeout:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L665
1) [Chromium] › tests/e2e/specs/client_area_custom_order_invoices.spec.ts:109:3 › List the invoices for allOrgs timeout
Error: Element has a 'disabled' attribute.
at helpers/fixtures.ts:665
663 |
664 | await expect(loginButton).toHaveText('Log in');
> 665 | await expect(loginButton).toBeTrulyEnabled();
| ^
666 | await loginButton.click();
667 | await expect(home).toHaveURL(/.+\/clientArea$/);
668 |
at Object.clientAreaCustomOrder (/github/workspace/client/tests/e2e/helpers/fixtures.ts:665:31)
|
|
🎭 Playwright Run Summary
6 flaky
[Chromium] › tests/e2e/specs/client_area_custom_order_invoices.spec.ts:109:3 › List the invoices for allOrgs timeout
[Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status ────────
[Chromium] › tests/e2e/specs/client_area_invoices_page.spec.ts:80:1 › Filter the invoices ──────
[Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:479:3 › Go through custom org creation process with invalid authority key on large display
[Chromium] › tests/e2e/specs/file_editor.spec.ts:287:3 › Go back with unsaved status ───────────
[Chromium] › tests/e2e/specs/file_viewers.spec.ts:238:3 › Audio viewer ─────────────────────────
14 skipped
671 passed (19.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
20.4 MB |
sha256:7d44ef94b5edb9199a5df6e308d93d1b198f9afd5ea9593e3e3de25ee60ad52b
|
|
|
blob-report-2
Expired
|
7.2 MB |
sha256:09e6371daefa5e11b4476220a6c5ad2d088c70d72d6266008a73e524071076df
|
|
|
playwright-report
|
28.5 MB |
sha256:5a6c6d4d76da34274710ed648c54e253a3e514d333e67ce0dcf4c1780a8054c7
|
|