fix: replace pnpm/action-setup@v6 with corepack in all CI workflows #4547
ci.yml
on: pull_request
Build Core
3m 33s
Test
13m 58s
Build Docs
6s
E2E Tests
2m 27s
Annotations
7 errors, 1 warning, and 1 notice
|
E2E Tests
Process completed with exit code 1.
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode:
e2e/sidebar-text-visibility.spec.ts#L99
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
97 |
98 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 99 | await expect(sidebar).toBeVisible();
| ^
100 |
101 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
102 | await expect(toggleButton).toBeVisible();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:99:27
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode:
e2e/sidebar-text-visibility.spec.ts#L99
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
97 |
98 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 99 | await expect(sidebar).toBeVisible();
| ^
100 |
101 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
102 | await expect(toggleButton).toBeVisible();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:99:27
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode:
e2e/sidebar-text-visibility.spec.ts#L99
2) [chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
97 |
98 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 99 | await expect(sidebar).toBeVisible();
| ^
100 |
101 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
102 | await expect(toggleButton).toBeVisible();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:99:27
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode:
e2e/sidebar-text-visibility.spec.ts#L18
1) [chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
16 | // Wait for sidebar to be visible
17 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 18 | await expect(sidebar).toBeVisible();
| ^
19 |
20 | // Find the sidebar toggle button
21 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:18:27
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode:
e2e/sidebar-text-visibility.spec.ts#L18
1) [chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
16 | // Wait for sidebar to be visible
17 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 18 | await expect(sidebar).toBeVisible();
| ^
19 |
20 | // Find the sidebar toggle button
21 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:18:27
|
|
[chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode:
e2e/sidebar-text-visibility.spec.ts#L18
1) [chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-sidebar="sidebar"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-sidebar="sidebar"]').first()
16 | // Wait for sidebar to be visible
17 | const sidebar = page.locator('[data-sidebar="sidebar"]').first();
> 18 | await expect(sidebar).toBeVisible();
| ^
19 |
20 | // Find the sidebar toggle button
21 | const toggleButton = page.locator('[data-sidebar="trigger"]').first();
at /home/runner/work/objectui/objectui/e2e/sidebar-text-visibility.spec.ts:18:27
|
|
E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › e2e/sidebar-text-visibility.spec.ts:12:3 › Sidebar Text Visibility › should show all text labels when sidebar is expanded in icon mode
[chromium] › e2e/sidebar-text-visibility.spec.ts:94:3 › Sidebar Text Visibility › should hide text labels when sidebar is collapsed in icon mode
38 skipped
38 passed (1.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-output
Expired
|
9.54 MB |
sha256:ffb9b9e01c908e5b627f654e40bfdd10391f2b14a94fe5eb13a6e31fdd8696f5
|
|