[MS] FileControlsFlux component #21562
ci.yml
on: pull_request
dispatch
5s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
11m 31s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
7 errors, 1 warning, and 1 notice
[Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer:
client/tests/e2e/specs/file_viewers.spec.ts#L126
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEmpty()
Locator: locator('.file-viewer-bottombar')
Expected: empty
Received: notEmpty
Call log:
- expect.toBeEmpty with timeout 5000ms
- waiting for locator('.file-viewer-bottombar')
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
124 |
125 | const bottomBar = documents.locator('.file-viewer-bottombar');
> 126 | await expect(bottomBar).toBeEmpty();
| ^
127 | const wrapper = documents.locator('.file-viewer-wrapper');
128 | const audio = wrapper.locator('audio');
129 |
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:126:27
|
[Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer:
client/tests/e2e/specs/file_viewers.spec.ts#L126
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEmpty()
Locator: locator('.file-viewer-bottombar')
Expected: empty
Received: notEmpty
Call log:
- expect.toBeEmpty with timeout 5000ms
- waiting for locator('.file-viewer-bottombar')
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
124 |
125 | const bottomBar = documents.locator('.file-viewer-bottombar');
> 126 | await expect(bottomBar).toBeEmpty();
| ^
127 | const wrapper = documents.locator('.file-viewer-wrapper');
128 | const audio = wrapper.locator('audio');
129 |
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:126:27
|
[Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer:
client/tests/e2e/specs/file_viewers.spec.ts#L126
1) [Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ─────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEmpty()
Locator: locator('.file-viewer-bottombar')
Expected: empty
Received: notEmpty
Call log:
- expect.toBeEmpty with timeout 5000ms
- waiting for locator('.file-viewer-bottombar')
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
- locator resolved to <div data-v-006a96c5="" class="file-viewer-bottombar">…</div>
- unexpected value "not empty"
124 |
125 | const bottomBar = documents.locator('.file-viewer-bottombar');
> 126 | await expect(bottomBar).toBeEmpty();
| ^
127 | const wrapper = documents.locator('.file-viewer-wrapper');
128 | const audio = wrapper.locator('audio');
129 |
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_viewers.spec.ts:126:27
|
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active:
client/tests/e2e/specs/client_area_login.spec.ts#L1
2) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ──────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active:
client/tests/e2e/specs/client_area_login.spec.ts#L153
2) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ──────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.popover-switch').locator('.organization-list').getByRole('listitem').first()
- locator resolved to <ion-item role="listitem" data-v-6efbb17d="" class="organi…>…</ion-item>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #22
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
-
|
web / 🌐 Web tests
Process completed with exit code 1.
|
⭐ CI is happy ⭐
Process completed with exit code 1.
|
⭐ 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
1 failed
[Google Chrome] › specs/file_viewers.spec.ts:119:1 › Audio viewer ──────────────────────────────
1 flaky
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ───────────────
237 passed (8.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-artifacts
|
4.64 MB |
|