fix: align drag preview/sticker properly #2598
Annotations
4 errors and 1 notice
Run Playwright tests:
zeebe/tasklist/client/e2e/form-js-integration.spec.ts#L176
1) [chromium] › form-js-integration.spec.ts:40:3 › form-js integration › check if Carbonization is working
Error: Screenshot comparison failed:
148 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts-snapshots/form-js-integration-check-if-Carbonization-is-working-1-chromium-linux.png
Received: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium/form-js-integration-check-if-Carbonization-is-working-1-actual.png
Diff: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium/form-js-integration-check-if-Carbonization-is-working-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 148 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 148 pixels (ratio 0.01 of all image pixels) are different.
174 | });
175 |
> 176 | await expect(page.locator('.fjs-container')).toHaveScreenshot();
| ^
177 | });
178 | });
179 |
at /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts:176:50
|
Run Playwright tests:
zeebe/tasklist/client/e2e/form-js-integration.spec.ts#L176
1) [chromium] › form-js-integration.spec.ts:40:3 › form-js integration › check if Carbonization is working
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
148 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts-snapshots/form-js-integration-check-if-Carbonization-is-working-1-chromium-linux.png
Received: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium-retry1/form-js-integration-check-if-Carbonization-is-working-1-actual.png
Diff: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium-retry1/form-js-integration-check-if-Carbonization-is-working-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 148 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 148 pixels (ratio 0.01 of all image pixels) are different.
174 | });
175 |
> 176 | await expect(page.locator('.fjs-container')).toHaveScreenshot();
| ^
177 | });
178 | });
179 |
at /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts:176:50
|
Run Playwright tests:
zeebe/tasklist/client/e2e/form-js-integration.spec.ts#L176
1) [chromium] › form-js-integration.spec.ts:40:3 › form-js integration › check if Carbonization is working
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
148 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts-snapshots/form-js-integration-check-if-Carbonization-is-working-1-chromium-linux.png
Received: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium-retry2/form-js-integration-check-if-Carbonization-is-working-1-actual.png
Diff: /__w/form-js/form-js/zeebe/tasklist/client/test-results/form-js-integration-form-j-b1bc6-if-Carbonization-is-working-chromium-retry2/form-js-integration-check-if-Carbonization-is-working-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 148 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.fjs-container')
- locator resolved to <div class="fjs-container">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 148 pixels (ratio 0.01 of all image pixels) are different.
174 | });
175 |
> 176 | await expect(page.locator('.fjs-container')).toHaveScreenshot();
| ^
177 | });
178 | });
179 |
at /__w/form-js/form-js/zeebe/tasklist/client/e2e/form-js-integration.spec.ts:176:50
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[chromium] › form-js-integration.spec.ts:40:3 › form-js integration › check if Carbonization is working
|
Loading