Skip to content

chore(deps): Bump the pre-commit group with 2 updates #38962

chore(deps): Bump the pre-commit group with 2 updates

chore(deps): Bump the pre-commit group with 2 updates #38962

Triggered via push September 7, 2026 09:42
Status Success
Total duration 23m 13s
Artifacts 3

ci.yml

on: push
Matrix: rust / test-rust-non-linux
python  /  (🐧 Linux only): 🐍 Python server tests
4m 51s
python / (🐧 Linux only): 🐍 Python server tests
rust  /  🐧 Linux: 🦀 Rust tests
7m 46s
rust / 🐧 Linux: 🦀 Rust tests
docs  /  Build & Check documentations
docs / Build & Check documentations
Matrix: web / 🌐 Web playwright tests
web  /  playwright-reports
19s
web / playwright-reports
⭐ CI is happy ⭐
3s
⭐ CI is happy ⭐
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 notice
[Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in large display: ../../../../../github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts#L34
7) [Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in large display Error: expect(locator).toHaveClass(expected) failed Locator: locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2) Expected pattern: /active/ Received string: "workspace-categories-menu-item" Timeout: 5000ms Call log: - Expect "toHaveClass" with timeout 5000ms - waiting for locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2) 14 × locator resolved to <div data-v-84334eb2="" class="workspace-categories-menu-item">…</div> - unexpected value "workspace-categories-menu-item" 32 | const menuItems = categoriesMenu.locator('.workspace-categories-menu-item'); 33 | > 34 | await expect(menuItems.nth(activeIndex)).toHaveClass(/active/); | ^ 35 | 36 | for (let i = 0; i < totalCategories; i++) { 37 | if (i === activeIndex) continue; at verifyActiveCategory (/github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:34:44) at /github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:273:11
[Chromium] › tests/e2e/specs/file_viewers.spec.ts:36:3 › Open viewer with header option: ../../../../../github/workspace/client/tests/e2e/specs/file_viewers.spec.ts#L46
6) [Chromium] › tests/e2e/specs/file_viewers.spec.ts:36:3 › Open viewer with header option ─────── Error: expect(locator).toHaveText(expected) failed Locator: locator('#folders-ms-action-bar').locator('ion-button').first() Expected: "Preview" Received: " New folder " Timeout: 5000ms Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('#folders-ms-action-bar').locator('ion-button').first() 14 × locator resolved to <ion-button size="default" data-v-93d0e798="" data-v-7d8dc55d="" class="ms-action-bar-button button-medium ms-action-bar-button--visible md button button-default button-solid ion-activatable ion-focusable hydrated">…</ion-button> - unexpected value " New folder " 44 | await expect(entry).toContainClass('selected'); 45 | const actionBar = documents.locator('#folders-ms-action-bar'); > 46 | await expect(actionBar.locator('ion-button').nth(0)).toHaveText('Preview'); | ^ 47 | await actionBar.locator('ion-button').nth(0).click(); 48 | await expect(documents).toBeViewerPage(); 49 | await expect(documents.locator('.file-handler').locator('.file-handler-topbar').locator('ion-text')).toHaveText('image.png'); at /github/workspace/client/tests/e2e/specs/file_viewers.spec.ts:46:58
[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/create_organization_custom.spec.ts:705:1 › Go through custom org creation process with smartcard auth: ../../../../../github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts#L722
4) [Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:705:1 › Go through custom org creation process with smartcard auth Error: Has disabled attribute 720 | await expect(orgNext).toHaveDisabledAttribute(); 721 | await fillIonInput(orgServerContainer.locator('ion-input').nth(1), home.orgInfo.serverAddr); > 722 | await expect(orgNext).toNotHaveDisabledAttribute(); | ^ 723 | await orgNext.click(); 724 | 725 | const userInfoContainer = modal.locator('.user-information-page'); at /github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts:722:25
[Chromium] › tests/e2e/specs/client_area_stats_page.spec.ts:47:3 › Test stats progress bars Data(500 GB): ../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L611
3) [Chromium] › tests/e2e/specs/client_area_stats_page.spec.ts:47:3 › Test stats progress bars Data(500 GB) 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_stats_page.spec.ts:47:3 › Test stats progress bars Data(465 GB): ../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L611
2) [Chromium] › tests/e2e/specs/client_area_stats_page.spec.ts:47:3 › Test stats progress bars Data(465 GB) 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_contract.spec.ts:91:1 › Custom order contract stats timeout error: ../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L665
1) [Chromium] › tests/e2e/specs/client_area_custom_order_contract.spec.ts:91:1 › Custom order contract stats timeout 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)
🎭 Playwright Run Summary
7 flaky [Chromium] › tests/e2e/specs/client_area_custom_order_contract.spec.ts:91:1 › Custom order contract stats timeout error [Chromium] › tests/e2e/specs/client_area_stats_page.spec.ts:47:3 › Test stats progress bars Data(465 GB) [Chromium] › tests/e2e/specs/client_area_stats_page.spec.ts:47:3 › Test stats progress bars Data(500 GB) [Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:705:1 › Go through custom org creation process with smartcard auth [Chromium] › tests/e2e/specs/file_editor.spec.ts:243:3 › File editor save status ─────────────── [Chromium] › tests/e2e/specs/file_viewers.spec.ts:36:3 › Open viewer with header option ──────── [Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in large display 14 skipped 670 passed (19.8m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
16.2 MB
sha256:393a3220a0a7fb72dd19b345636b1601fe438a0c0913cb6fb7102e4ef8a2f24c
blob-report-2 Expired
6.35 MB
sha256:bd45a86e35a011e14b00a43dd890607b06f36d47a0f1112e938b4cde92d0febb
playwright-report
23.4 MB
sha256:976bfa5e6efb1f2fc4881a081603751e72d2ab34931940775c597ed827864ef1