chore(deps): Bump the pre-commit group with 2 updates #38962
Annotations
7 errors and 1 notice
|
Merge playwright shard report:
../../../../../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
|
|
Merge playwright shard report:
../../../../../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
|
|
Merge playwright shard report:
../../../../../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
|
|
Merge playwright shard report:
../../../../../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
|
|
Merge playwright shard report:
../../../../../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)
|
|
Merge playwright shard report:
../../../../../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)
|
|
Merge playwright shard report:
../../../../../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)
|
|
Merge playwright shard report
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)
|
background
wait
wait-all
cancel
parallel
Loading