Skip to content

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of body classes mutations #5958

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of body classes mutations

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of body classes mutations #5958

Triggered via pull request November 7, 2024 14:44
Status Failure
Total duration 5m 37s
Artifacts 15

pull_request_packages.yml

on: pull_request
Detect what files changed
4s
Detect what files changed
Call reusable workflow  /  Run unit tests
1m 50s
Call reusable workflow / Run unit tests
Run linters
51s
Run linters
Call reusable workflow  /  get_playwright_docker_image
18s
Call reusable workflow / get_playwright_docker_image
Upload docs dist artifact (styleguide)
2m 9s
Upload docs dist artifact (styleguide)
Upload docs dist artifact (storybook)
1m 22s
Upload docs dist artifact (storybook)
Analyze bundle size
2m 25s
Analyze bundle size
Check dependencies
0s
Check dependencies
Report unit test results
4s
Report unit test results
Matrix: Call reusable workflow / test_e2e
Prepare and upload e2e's HTML report artifact
45s
Prepare and upload e2e's HTML report artifact
Call reusable workflow  /  Download PR workflow payload artifact
0s
Call reusable workflow / Download PR workflow payload artifact
Call reusable workflow  /  Upload PR workflow payload artifact
2s
Call reusable workflow / Upload PR workflow payload artifact
Fit to window
Zoom out
Zoom in

Annotations

87 errors and 9 notices
Run linters: packages/vkui/src/components/DateInput/DateInput.test.tsx#L115
Expected 0 arguments, but got 1.
Run linters
Process completed with exit code 1.
Call reusable workflow / Run unit tests
Process completed with exit code 1.
AppRoot > should return expected context: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received @@ -8,9 +8,15 @@ "disablePortal": false, "embedded": false, "keyboardInput": false, "layout": undefined, "mode": "full", + "popoutModalRoot": Object { + "current": null, + }, "portalRoot": Object { "current": null, }, + "safeAreaInsets": undefined, + "setPortalRoot": [Function setPortalRoot], + "userSelectMode": undefined, }, Number of calls: 1 at Object.toHaveBeenCalledWith (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:80:29) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > portalRoot in mode="embedded" > should create and inject portal in embedded mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toContainElement(element) <body style="" /> does not contain: null at toContainElement (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:181:31) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > portalRoot in mode="embedded" > should create and inject portal in partial mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toContainElement(element) <body style="" /> does not contain: null at toContainElement (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:181:31) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > portalRoot in mode="embedded" > should support multi-instance mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toContainElement(element) <body style="" /> does not contain: null at Object.toContainElement (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:223:29) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add class="vkui" to html element in full mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveClass("vkui") Expected the element to have class: vkui Received: at Object.toHaveClass (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:245:40) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add "embedded" mode class to container: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveClass("vkui__root--embedded") Expected the element to have class: vkui__root--embedded Received: at Object.toHaveClass (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:259:29) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add adaptivity classes in embedded mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveClass("vkui--sizeX-regular") Expected the element to have class: vkui--sizeX-regular Received: at toHaveClass (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:273:29) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add adaptivity classes in full mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveClass("vkui--sizeX-regular") Expected the element to have class: vkui--sizeX-regular Received: at toHaveClass (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:273:29) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add safe area insets in embedded mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveStyle() - Expected - --vkui_internal--safe_area_inset_top: 0px; at toHaveStyle (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:287:29) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
AppRoot > Setup containers > should add safe area insets in full mode: packages/vkui/src/components/AppRoot/AppRoot.test.tsx#L1
Error: expect(element).toHaveStyle() - Expected - --vkui_internal--safe_area_inset_top: 0px; at toHaveStyle (/home/runner/work/VKUI/VKUI/packages/vkui/src/components/AppRoot/AppRoot.test.tsx:287:29) at Object.<anonymous> (/home/runner/work/VKUI/VKUI/node_modules/jest-each/build/bind.js:81:13) at Promise.then.completed (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:298:28) at new Promise (<anonymous>) at callAsyncCircusFn (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/utils.js:231:10) at _callCircusTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:316:40) at _runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:252:3) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:126:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at _runTestsForDescribeBlock (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:121:9) at run (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/run.js:71:3) at runAndTransformResultsToJestFormat (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21) at jestAdapter (/home/runner/work/VKUI/VKUI/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19) at runTestInternal (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:367:16) at runTest (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/runTest.js:444:34) at Object.worker (/home/runner/work/VKUI/VKUI/node_modules/jest-runner/build/testWorker.js:106:12)
[vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 200 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-vkcom-chromium-•-dark-retry1/gallery-vkcom-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-vkcom-chromium-•-dark-retry1/gallery-vkcom-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/Gallery.e2e.tsx:6:3
[vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Error: Screenshot comparison failed: 1767 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-dark/horizontalscroll-has-arrow-9f4a3-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-dark/horizontalscroll-has-arrow-9f4a3-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1767 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-dark-retry1/horizontalscroll-has-arrow-9f4a3-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-dark-retry1/horizontalscroll-has-arrow-9f4a3-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 1767 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-dark/horizontalscroll-does-not--3aa6c-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-dark/horizontalscroll-does-not--3aa6c-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1767 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-dark-retry1/horizontalscroll-does-not--3aa6c-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-dark-retry1/horizontalscroll-does-not--3aa6c-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 272 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-dark/search-shows-after-when-fo-a00e0-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-dark/search-shows-after-when-fo-a00e0-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 272 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-dark-retry1/search-shows-after-when-fo-a00e0-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-dark-retry1/search-shows-after-when-fo-a00e0-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (chromium) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Error: Screenshot comparison failed: 1026 pixels (ratio 0.03 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-dark/slider-with-tooltip-slider-fd906-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-dark/slider-with-tooltip-slider-fd906-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
[vkcom (chromium) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1026 pixels (ratio 0.03 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-dark-retry1/slider-with-tooltip-slider-fd906-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-dark-retry1/slider-with-tooltip-slider-fd906-om-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
Call reusable workflow / Run e2e tests for (shard 8/10)
Process completed with exit code 1.
[android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 481 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-android-chromium-•-light-retry1/horizontalscroll-has-arrow-85932-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-android-chromium-•-light-retry1/horizontalscroll-has-arrow-85932-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 481 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-light/horizontalscroll-does-not--be994-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-light/horizontalscroll-does-not--be994-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 481 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-light-retry1/horizontalscroll-does-not--be994-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-light-retry1/horizontalscroll-does-not--be994-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[android (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 265 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-light/search-shows-after-when-fo-bbe7f-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-light/search-shows-after-when-fo-bbe7f-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[android (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 265 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-light-retry1/search-shows-after-when-fo-bbe7f-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-light-retry1/search-shows-after-when-fo-bbe7f-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[android (chromium) • light] › components/Textarea/Textarea.e2e.tsx:16:7 › Textarea › fits size to content: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • light] › components/Textarea/Textarea.e2e.tsx:16:7 › Textarea › fits size to content Error: Screenshot comparison failed: 170 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Textarea-Textar-c6624-xtarea-fits-size-to-content-android-chromium-•-light/textarea-fits-size-to-cont-bff4d-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Textarea-Textar-c6624-xtarea-fits-size-to-content-android-chromium-•-light/textarea-fits-size-to-cont-bff4d-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Textarea/Textarea.e2e.tsx:28:5
[android (chromium) • light] › components/Textarea/Textarea.e2e.tsx:16:7 › Textarea › fits size to content: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • light] › components/Textarea/Textarea.e2e.tsx:16:7 › Textarea › fits size to content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 170 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Textarea-Textar-c6624-xtarea-fits-size-to-content-android-chromium-•-light-retry1/textarea-fits-size-to-cont-bff4d-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Textarea-Textar-c6624-xtarea-fits-size-to-content-android-chromium-•-light-retry1/textarea-fits-size-to-cont-bff4d-d-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Textarea/Textarea.e2e.tsx:28:5
Call reusable workflow / Run e2e tests for (shard 1/10)
Process completed with exit code 1.
[android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 443 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-android-chromium-•-dark-retry1/horizontalscroll-has-arrow-56300-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-android-chromium-•-dark-retry1/horizontalscroll-has-arrow-56300-id-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 443 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-dark/horizontalscroll-does-not--f16ed-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-dark/horizontalscroll-does-not--f16ed-id-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 443 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-dark-retry1/horizontalscroll-does-not--f16ed-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-android-chromium-•-dark-retry1/horizontalscroll-does-not--f16ed-id-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[android (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 272 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-dark/search-shows-after-when-fo-aaf21-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-dark/search-shows-after-when-fo-aaf21-id-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[android (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 272 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-dark-retry1/search-shows-after-when-fo-aaf21-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-android-chromium-•-dark-retry1/search-shows-after-when-fo-aaf21-id-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ─ Error: Screenshot comparison failed: 150801 pixels (ratio 0.53 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-placement-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-android-chromium-•-dark/snackbar-placement-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-android-chromium-•-dark/snackbar-placement-android-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:11:5
[android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 150801 pixels (ratio 0.53 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-placement-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-android-chromium-•-dark-retry1/snackbar-placement-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-android-chromium-•-dark-retry1/snackbar-placement-android-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:11:5
[android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:21:7 › Snackbar › mode: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:21:7 › Snackbar › mode ───── Error: Screenshot comparison failed: 262995 pixels (ratio 0.93 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-mode-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-mode-android-chromium-•-dark/snackbar-mode-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-mode-android-chromium-•-dark/snackbar-mode-android-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:23:5
[android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:21:7 › Snackbar › mode: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:21:7 › Snackbar › mode ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 262995 pixels (ratio 0.93 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-mode-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-mode-android-chromium-•-dark-retry1/snackbar-mode-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-mode-android-chromium-•-dark-retry1/snackbar-mode-android-chromium-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:23:5
Call reusable workflow / Run e2e tests for (shard 6/10)
Process completed with exit code 1.
[vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 196 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-vkcom-chromium-•-light-retry1/gallery-vkcom-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-vkcom-chromium-•-light-retry1/gallery-vkcom-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/Gallery.e2e.tsx:6:3
[vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Error: Screenshot comparison failed: 1866 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-light/horizontalscroll-has-arrow-d72db-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-light/horizontalscroll-has-arrow-d72db-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1866 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-light-retry1/horizontalscroll-has-arrow-d72db-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-chromium-•-light-retry1/horizontalscroll-has-arrow-d72db-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 1866 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-light/horizontalscroll-does-not--8ab1b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-light/horizontalscroll-does-not--8ab1b-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1866 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-light-retry1/horizontalscroll-does-not--8ab1b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-chromium-•-light-retry1/horizontalscroll-does-not--8ab1b-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 265 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-light/search-shows-after-when-fo-9ee6b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-light/search-shows-after-when-fo-9ee6b-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 265 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-light-retry1/search-shows-after-when-fo-9ee6b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-chromium-•-light-retry1/search-shows-after-when-fo-9ee6b-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (chromium) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Error: Screenshot comparison failed: 1005 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-light/slider-with-tooltip-slider-e204f-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-light/slider-with-tooltip-slider-e204f-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
[vkcom (chromium) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1005 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-light-retry1/slider-with-tooltip-slider-e204f-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-chromium-•-light-retry1/slider-with-tooltip-slider-e204f-m-chromium-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
Call reusable workflow / Run e2e tests for (shard 3/10)
Process completed with exit code 1.
[vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2067 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-firefox-•-light-retry1/horizontalscroll-has-arrow-adb1a-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-firefox-•-light-retry1/horizontalscroll-has-arrow-adb1a-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 2067 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-light/horizontalscroll-does-not--0dd99-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-light/horizontalscroll-does-not--0dd99-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2067 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-light-retry1/horizontalscroll-does-not--0dd99-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-light-retry1/horizontalscroll-does-not--0dd99-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (firefox) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 196 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-light/search-shows-after-when-fo-b5c9e-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-light/search-shows-after-when-fo-b5c9e-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (firefox) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 196 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-light-retry1/search-shows-after-when-fo-b5c9e-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-light-retry1/search-shows-after-when-fo-b5c9e-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (firefox) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Error: Screenshot comparison failed: 958 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-light/slider-with-tooltip-slider-0ae1c-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-light/slider-with-tooltip-slider-0ae1c-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
[vkcom (firefox) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 958 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-light-retry1/slider-with-tooltip-slider-0ae1c-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-light-retry1/slider-with-tooltip-slider-0ae1c-om-firefox-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
Call reusable workflow / Run e2e tests for (shard 4/10)
Process completed with exit code 1.
[vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2019 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-firefox-•-dark-retry1/horizontalscroll-has-arrow-90869-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-8e099-l-has-arrows-on-mouse-hover-vkcom-firefox-•-dark-retry1/horizontalscroll-has-arrow-90869-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:65:5
[vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Error: Screenshot comparison failed: 2019 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-dark/horizontalscroll-does-not--77988-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-dark/horizontalscroll-does-not--77988-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2019 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-dark-retry1/horizontalscroll-does-not--77988-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-HorizontalScrol-906a5-t-have-arrows-without-mouse-vkcom-firefox-•-dark-retry1/horizontalscroll-does-not--77988-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx:85:5
[vkcom (firefox) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Error: Screenshot comparison failed: 185 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-dark/search-shows-after-when-fo-b62b6-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-dark/search-shows-after-when-fo-b62b6-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (firefox) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 185 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-dark-retry1/search-shows-after-when-fo-b62b6-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Search-Search.e-9ac85-s-after-when-focused-on-iOS-vkcom-firefox-•-dark-retry1/search-shows-after-when-fo-b62b6-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Search/Search.e2e.tsx:18:5
[vkcom (firefox) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Error: Screenshot comparison failed: 935 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-dark/slider-with-tooltip-slider-6aff7-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-dark/slider-with-tooltip-slider-6aff7-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
[vkcom (firefox) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 935 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-dark-retry1/slider-with-tooltip-slider-6aff7-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-firefox-•-dark-retry1/slider-with-tooltip-slider-6aff7-com-firefox-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
Call reusable workflow / Run e2e tests for (shard 9/10)
Process completed with exit code 1.
[vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 57 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Slider/__image_snapshots__/slider-with-tooltip-slider-with-tooltip-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-webkit-•-dark-retry1/slider-with-tooltip-slider-81234-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Slider-Slider.e-2e53c-Tooltip-Slider-with-tooltip-vkcom-webkit-•-dark-retry1/slider-with-tooltip-slider-81234-kcom-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Slider/Slider.e2e.tsx:33:5
Call reusable workflow / Run e2e tests for (shard 10/10)
Process completed with exit code 1.
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 47113 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-ios-webkit-•-dark-retry1/fixedlayout-with-vertical-top-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-ios-webkit-•-dark-retry1/fixedlayout-with-vertical-top-ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:10:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: 42020 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-dark/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-dark/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:19:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 42020 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-dark-retry1/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-dark-retry1/fixedlayout-with-vertical-bottom-ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:19:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: 46391 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-dark/fixedlayout-with-vertical--36036--ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-dark/fixedlayout-with-vertical--36036--ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:28:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 46391 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-dark-retry1/fixedlayout-with-vertical--36036--ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-dark-retry1/fixedlayout-with-vertical--36036--ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:28:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: 42020 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-dark/fixedlayout-with-vertical--9b423--ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-dark/fixedlayout-with-vertical--9b423--ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:37:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 42020 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-dark-retry1/fixedlayout-with-vertical--9b423--ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-dark-retry1/fixedlayout-with-vertical--9b423--ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:37:3
[ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ─────── Error: Screenshot comparison failed: 228751 pixels (ratio 0.62 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-placement-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-ios-webkit-•-dark/snackbar-placement-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-ios-webkit-•-dark/snackbar-placement-ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:11:5
[ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 228751 pixels (ratio 0.62 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/__image_snapshots__/snackbar-placement-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-ios-webkit-•-dark-retry1/snackbar-placement-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Snackbar-Snackbar.e2e.tsx-Snackbar-placement-ios-webkit-•-dark-retry1/snackbar-placement-ios-webkit-dark-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/Snackbar/Snackbar.e2e.tsx:11:5
Call reusable workflow / Run e2e tests for (shard 7/10)
Process completed with exit code 1.
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 47700 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-ios-webkit-•-light-retry1/fixedlayout-with-vertical-top-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-ios-webkit-•-light-retry1/fixedlayout-with-vertical-top-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:10:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: 42562 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-light/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-light/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:19:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 42562 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-light-retry1/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-ios-webkit-•-light-retry1/fixedlayout-with-vertical-bottom-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:19:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: 46978 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-light/fixedlayout-with-vertical--3800c-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-light/fixedlayout-with-vertical--3800c-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:28:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 46978 pixels (ratio 0.13 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-light-retry1/fixedlayout-with-vertical--3800c-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-ios-webkit-•-light-retry1/fixedlayout-with-vertical--3800c-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:28:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: 42562 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-light/fixedlayout-with-vertical--a12b5-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-light/fixedlayout-with-vertical--a12b5-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:37:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 42562 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-light-retry1/fixedlayout-with-vertical--a12b5-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-ios-webkit-•-light-retry1/fixedlayout-with-vertical--a12b5-ios-webkit-light-1-snap-diff.png at testing/e2e/index.playwright.ts:63 61 | expectCallCount, 62 | ); > 63 | expect(await screenshotWithClipToContent(page, options, browserName)).toMatchSnapshot( | ^ 64 | customScreenshotName, 65 | toMatchSnapshot, 66 | ); at result (/__w/VKUI/VKUI/packages/vkui/src/testing/e2e/index.playwright.ts:63:77) at /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/FixedLayout.e2e.tsx:37:3
Call reusable workflow / Run e2e tests for (shard 2/10)
Process completed with exit code 1.
🎭 Playwright Run Summary
5 failed [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ─────────────────── [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [vkcom (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [vkcom (chromium) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 37 skipped 114 passed (1.4m)
🎭 Playwright Run Summary
4 failed [android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [android (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [android (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [android (chromium) • light] › components/Textarea/Textarea.e2e.tsx:16:7 › Textarea › fits size to content 15 skipped 137 passed (1.3m)
🎭 Playwright Run Summary
5 failed [android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [android (chromium) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [android (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ── [android (chromium) • dark] › components/Snackbar/Snackbar.e2e.tsx:21:7 › Snackbar › mode ────── 34 skipped 117 passed (1.3m)
🎭 Playwright Run Summary
5 failed [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ────────────────── [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [vkcom (chromium) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [vkcom (chromium) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 26 skipped 125 passed (1.5m)
🎭 Playwright Run Summary
4 failed [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [vkcom (firefox) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [vkcom (firefox) • light] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 26 skipped 126 passed (1.9m)
🎭 Playwright Run Summary
4 failed [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:70:7 › HorizontalScroll › does not have arrows without mouse [vkcom (firefox) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS [vkcom (firefox) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 37 skipped 115 passed (1.8m)
🎭 Playwright Run Summary
1 failed [vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 37 skipped 118 passed (2.1m)
🎭 Playwright Run Summary
5 failed [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ──────── 36 skipped 115 passed (2.3m)
🎭 Playwright Run Summary
4 failed [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true 29 skipped 123 passed (2.3m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1-10
474 KB
all-blob-reports-10-10
289 KB
all-blob-reports-2-10
3.85 MB
all-blob-reports-3-10
1.6 MB
all-blob-reports-4-10
653 KB
all-blob-reports-5-10
144 KB
all-blob-reports-6-10
1.1 MB
all-blob-reports-7-10
4.35 MB
all-blob-reports-8-10
1.58 MB
all-blob-reports-9-10
667 KB
playwright-report
11.2 MB
pr_workflow_payload
147 Bytes
storybook-dist
5.87 MB
styleguide-dist
2.28 MB
test-output
517 KB