Addressing comment on PR #18 #35
Annotations
10 errors and 5 notices
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/shape-zoom-creation.test.ts:6:3 › Shape Creation with Zoom › should create shapes of consistent size regardless of zoom level:
e2e/shape-zoom-creation.test.ts#L175
1) [chromium] › e2e/shape-zoom-creation.test.ts:6:3 › Shape Creation with Zoom › should create shapes of consistent size regardless of zoom level
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 3
Received: 33.34375
173 |
174 | // 1. Preview shape size should match created shape size when zoomed within the tolerance
> 175 | expect(Math.abs(previewBounds.width - zoomedShapeBounds.width)).toBeLessThanOrEqual(TOLERANCE);
| ^
176 | expect(Math.abs(previewBounds.height - zoomedShapeBounds.height)).toBeLessThanOrEqual(TOLERANCE);
177 |
178 | // 2. Unzoomed preview should match unzoomed created shape within the tolerance
at /home/runner/work/function-playground/function-playground/e2e/shape-zoom-creation.test.ts:175:69
|
|
[chromium] › e2e/shape-zoom-creation.test.ts:6:3 › Shape Creation with Zoom › should create shapes of consistent size regardless of zoom level:
e2e/shape-zoom-creation.test.ts#L175
1) [chromium] › e2e/shape-zoom-creation.test.ts:6:3 › Shape Creation with Zoom › should create shapes of consistent size regardless of zoom level
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeLessThanOrEqual(expected)
Expected: <= 3
Received: 33.34375
173 |
174 | // 1. Preview shape size should match created shape size when zoomed within the tolerance
> 175 | expect(Math.abs(previewBounds.width - zoomedShapeBounds.width)).toBeLessThanOrEqual(TOLERANCE);
| ^
176 | expect(Math.abs(previewBounds.height - zoomedShapeBounds.height)).toBeLessThanOrEqual(TOLERANCE);
177 |
178 | // 2. Unzoomed preview should match unzoomed created shape within the tolerance
at /home/runner/work/function-playground/function-playground/e2e/shape-zoom-creation.test.ts:175:69
|
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels:
e2e/point-tool-zoom.test.ts#L139
1) [chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 15000ms exceeded.
Call log:
- waiting for locator('text="→"')
137 | // Navigate 5 steps right using arrow
138 | for (let i = 0; i < 5; i++) {
> 139 | await page.locator('text="→"').click();
| ^
140 | await page.waitForTimeout(50);
141 | }
142 |
at /home/runner/work/function-playground/function-playground/e2e/point-tool-zoom.test.ts:139:36
|
|
[chromium] › e2e/point-tool-zoom.test.ts:71:1 › should convert screen coordinates to correct math coordinates at different zoom levels:
e2e/point-tool-zoom.test.ts#L0
1) [chromium] › e2e/point-tool-zoom.test.ts:71:1 › should convert screen coordinates to correct math coordinates at different zoom levels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserType.launch: Target page, context or browser has been closed
Browser logs:
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ Looks like you launched a headed browser without having a XServer running. ║
║ Set either 'headless: true' or use 'xvfb-run <your-playwright-app>' before running Playwright. ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
Call log:
- <launching> /opt/google/chrome/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AcceptCHFrame,AutoExpandDetailsElement,AvoidUnnecessaryBeforeUnloadCheckSync,CertificateTransparencyComponentUpdater,DeferRendererTasksAfterInput,DestroyProfileOnBrowserClose,DialMediaRouteProvider,ExtensionManifestV2Disabled,GlobalMediaControls,HttpsUpgrades,ImprovedCookieControls,LazyFrameLoading,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-g1dTle --remote-debugging-pipe --no-startup-window
- <launched> pid=7870
- [pid=7870][err] [0817/183137.066802:WARNING:chrome/app/chrome_main_linux.cc:82] Read channel stable from /opt/google/chrome/CHROME_VERSION_EXTRA
- [pid=7870][err] [7870:7870:0817/183137.101180:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:249] Missing X server or $DISPLAY
- [pid=7870][err] [7870:7870:0817/183137.101196:ERROR:ui/aura/env.cc:257] The platform failed to initialize. Exiting.
|
|
[chromium] › e2e/point-tool-zoom.test.ts:71:1 › should convert screen coordinates to correct math coordinates at different zoom levels:
e2e/point-tool-zoom.test.ts#L0
1) [chromium] › e2e/point-tool-zoom.test.ts:71:1 › should convert screen coordinates to correct math coordinates at different zoom levels
Error: browserType.launch: Target page, context or browser has been closed
Browser logs:
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
║ Looks like you launched a headed browser without having a XServer running. ║
║ Set either 'headless: true' or use 'xvfb-run <your-playwright-app>' before running Playwright. ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
Call log:
- <launching> /opt/google/chrome/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=AcceptCHFrame,AutoExpandDetailsElement,AvoidUnnecessaryBeforeUnloadCheckSync,CertificateTransparencyComponentUpdater,DeferRendererTasksAfterInput,DestroyProfileOnBrowserClose,DialMediaRouteProvider,ExtensionManifestV2Disabled,GlobalMediaControls,HttpsUpgrades,ImprovedCookieControls,LazyFrameLoading,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-5hdnVk --remote-debugging-pipe --no-startup-window
- <launched> pid=7836
- [pid=7836][err] [0817/183136.130548:WARNING:chrome/app/chrome_main_linux.cc:82] Read channel stable from /opt/google/chrome/CHROME_VERSION_EXTRA
- [pid=7836][err] [7836:7836:0817/183136.194251:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:249] Missing X server or $DISPLAY
- [pid=7836][err] [7836:7836:0817/183136.194274:ERROR:ui/aura/env.cc:257] The platform failed to initialize. Exiting.
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/shape-zoom-creation.test.ts:6:3 › Shape Creation with Zoom › should create shapes of consistent size regardless of zoom level
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/point-tool-zoom.test.ts:124:1 › should maintain consistent step size with arrow navigation at different zoom levels
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
results
Expired
|
116 KB |
sha256:dc3becafd7ffc63ee27e785f7331fd89b391f236bca36ed1453eb424913a4cd2
|
|