chore(deps): Bump cspell in /.cspell in the cspell-dependencies group #38944
ci.yml
on: push
dispatch
7s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
4m 5s
rust
/
🐧 Linux: 🦀 Rust tests
7m 31s
docs
/
Build & Check documentations
Matrix: web / 🌐 Web playwright tests
⭐ CI is happy ⭐
2s
Annotations
6 errors, 1 warning, and 1 notice
|
[Chromium] › tests/e2e/specs/workspaces_actions.spec.ts:275:3 › Take workspace ownership with context:
../../../../../github/workspace/client/tests/e2e/specs/workspaces_actions.spec.ts#L288
6) [Chromium] › tests/e2e/specs/workspaces_actions.spec.ts:275:3 › Take workspace ownership with context
Error: Invalid page title, expected 'Users', got 'undefined'
286 | await home.locator('.sidebar').locator('#sidebar-users').click();
287 | await expect(home).toBeUserPage();
> 288 | await expect(home).toHavePageTitle('Users');
| ^
289 | await revokeUser(home, 'Boby McBobFace');
290 | await home.locator('.sidebar').locator('#sidebar-all-workspaces').click();
291 | await expect(home).toBeWorkspacePage();
at /github/workspace/client/tests/e2e/specs/workspaces_actions.spec.ts:288:24
|
|
[Chromium] › tests/e2e/specs/file_editor.spec.ts:243:3 › File editor save status:
../../../../../github/workspace/client/tests/e2e/specs/file_editor.spec.ts#L282
5) [Chromium] › tests/e2e/specs/file_editor.spec.ts:243:3 › File editor save status ──────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('#unsaved-changes')
Expected: visible
Received: hidden
Timeout: 5000ms
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('#unsaved-changes')
14 × locator resolved to <div data-v-949b4c7a="" data-v-e64965fe="" id="unsaved-changes" class="svg-container save-info-icon save-info-icon-ko">…</div>
- unexpected value "hidden"
280 | await expect(parsecEditics.locator('.file-editor-error')).toBeHidden();
281 | const topbar = parsecEditics.locator('.file-handler-topbar');
> 282 | await expect(parsecEditics.locator('#unsaved-changes')).toBeVisible();
| ^
283 | await expect(topbar.locator('.save-info-text')).toHaveText('Changes unsaved');
284 | await waitUntilSaved(parsecEditics);
285 | });
at /github/workspace/client/tests/e2e/specs/file_editor.spec.ts:282:61
|
|
[Chromium] › tests/e2e/specs/document_context_menu.spec.ts:515:3 › Small display file actions default state in a read only workspace:
../../../../../github/workspace/client/tests/e2e/helpers/assertions.ts#L165
4) [Chromium] › tests/e2e/specs/document_context_menu.spec.ts:515:3 › Small display file actions default state in a read only workspace
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('#connected-header').locator('.topbar-left').locator('ion-breadcrumbs').locator('ion-breadcrumb')
Expected: 2
Received: 0
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('#connected-header').locator('.topbar-left').locator('ion-breadcrumbs').locator('ion-breadcrumb')
- locator resolved to 1 element
- unexpected value "1"
5 × locator resolved to 0 elements
- unexpected value "0"
- Target page, context or browser has been closed
at helpers/assertions.ts:165
163 | }
164 | const bcs = header.locator('ion-breadcrumbs').locator('ion-breadcrumb');
> 165 | expect(bcs).toHaveCount(breadcrumbs.length);
| ^
166 | await expect(bcs).toHaveText(breadcrumbs, { useInnerText: true });
167 | } catch (error: any) {
168 | pass = false;
at Object.toHaveHeader (/github/workspace/client/tests/e2e/helpers/assertions.ts:165:19)
at Object.documentsReadOnly (/github/workspace/client/tests/e2e/helpers/fixtures.ts:474:5)
|
|
[Chromium] › tests/e2e/specs/client_area_payment_methods.spec.ts:25:3 › Add payment method Fail(false) SetDefault(true) SetDefaultFail(false):
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L611
3) [Chromium] › tests/e2e/specs/client_area_payment_methods.spec.ts:25:3 › Add payment method Fail(false) SetDefault(true) SetDefaultFail(false)
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_orders.spec.ts:76:3 › Get custom orders error:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L665
2) [Chromium] › tests/e2e/specs/client_area_custom_order_orders.spec.ts:76:3 › Get custom orders error
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_billing_details.spec.ts:90:1 › Test cancel update address:
../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L611
1) [Chromium] › tests/e2e/specs/client_area_billing_details.spec.ts:90:1 › Test cancel update address
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)
|
|
python / (🐧 Linux only): 🐍 Python server tests
Failed to save: Unable to reserve cache with key setup-uv-2-x86_64-unknown-linux-gnu-ubuntu-22.04-unknown-3b8483db03c6844bd27e5e9512063aeae5a59cba8e1788b6b644fde5a1264b27, another job may be creating this cache.
|
|
🎭 Playwright Run Summary
6 flaky
[Chromium] › tests/e2e/specs/client_area_billing_details.spec.ts:90:1 › Test cancel update address
[Chromium] › tests/e2e/specs/client_area_custom_order_orders.spec.ts:76:3 › Get custom orders error
[Chromium] › tests/e2e/specs/client_area_payment_methods.spec.ts:25:3 › Add payment method Fail(false) SetDefault(true) SetDefaultFail(false)
[Chromium] › tests/e2e/specs/document_context_menu.spec.ts:515:3 › Small display file actions default state in a read only workspace
[Chromium] › tests/e2e/specs/file_editor.spec.ts:243:3 › File editor save status ───────────────
[Chromium] › tests/e2e/specs/workspaces_actions.spec.ts:275:3 › Take workspace ownership with context
14 skipped
671 passed (19.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
24.5 MB |
sha256:bd246027a6599c15c2244398eed4bc026e9d92bd197edb1db88f0a6089ed4e84
|
|
|
blob-report-2
Expired
|
13.2 MB |
sha256:5728e491b69a562ad5c42374492e96f85bb5731d4a23c0b22e9a26cc66e1dd80
|
|
|
playwright-report
|
38.6 MB |
sha256:b4443352095cab2127ad0beed47253002730b56f81203d534b323b680b5e4da2
|
|