Update invite_info protocol to support multiple greeters during a user invite #22237
ci.yml
on: pull_request
dispatch
5s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
3m 49s
rust
/
🐧 Linux: 🦀 Rust tests
7m 40s
web
/
🌐 Web tests
13m 29s
docs
/
Build & Check documentations
⭐ CI is happy ⭐
0s
Annotations
2 errors, 2 warnings, and 1 notice
[Google Chrome] › specs/document_context_menu.spec.ts:151:3 › Rename document in list mode:
client/tests/e2e/helpers/utils.ts#L56
1) [Google Chrome] › specs/document_context_menu.spec.ts:151:3 › Rename document in list mode ────
Error: failed
at helpers/utils.ts:56
54 | }
55 | const okButton = modal.locator('.ms-modal-footer-buttons').locator('#next-button');
> 56 | await expect(okButton).toHaveDisabledAttribute();
| ^
57 | await fillIonInput(modal.locator('ion-input'), text);
58 | await expect(okButton).not.toHaveDisabledAttribute();
59 | await okButton.click();
at fillInputModal (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/helpers/utils.ts:56:26)
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/document_context_menu.spec.ts:156:5
|
[Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom:
client/tests/e2e/specs/file_viewers_pdf.spec.ts#L154
2) [Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom ─────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('.file-viewer-wrapper').locator('.pdf-container').locator('canvas').first()
Expected string: "0px"
Received string: "596px"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('.file-viewer-wrapper').locator('.pdf-container').locator('canvas').first()
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
- locator resolved to <canvas width="596" height="842" class="canvas" data-v-3…></canvas>
- unexpected value "596px"
152 | for (const page of await canvas.all()) {
153 | if ((await page.getAttribute('data-canvas-state')) !== CanvasStates.Failed) {
> 154 | await expect(page).toHaveCSS('width', `${Math.floor((initialWidth * expectedZoomLevel) / 100)}px`);
| ^
155 | await expect(page).toHaveCSS('height', `${Math.floor((initialHeight * expectedZoomLevel) / 100)}px`);
156 | }
157 | }
at expectZoomLevel (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers_pdf.spec.ts:154:28)
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers_pdf.spec.ts:160:3
|
python / (🐧 Linux only): 🐍 Python server tests
Cache save failed.
|
⭐ CI is happy ⭐
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[Google Chrome] › specs/document_context_menu.spec.ts:151:3 › Rename document in list mode ─────
[Google Chrome] › specs/file_viewers_pdf.spec.ts:135:1 › PDF viewer: zoom ──────────────────────
251 passed (9.0m)
|