Skip to content

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of classes mutation on html elements #5885

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of classes mutation on html elements

[BREAKING CHANGE] feat: SSR, AppRoot: get rid of classes mutation on html elements #5885

Triggered via pull request November 1, 2024 11:15
Status Failure
Total duration 5m 33s
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 49s
Call reusable workflow / Run unit tests
Call reusable workflow  /  get_playwright_docker_image
18s
Call reusable workflow / get_playwright_docker_image
Upload docs dist artifact (styleguide)
2m 2s
Upload docs dist artifact (styleguide)
Upload docs dist artifact (storybook)
1m 16s
Upload docs dist artifact (storybook)
Analyze bundle size
2m 14s
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
36s
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
3s
Call reusable workflow / Upload PR workflow payload artifact
Fit to window
Zoom out
Zoom in

Annotations

97 errors and 10 notices
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)
[android (chromium) • light] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • light] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ───────── Error: Screenshot comparison failed: Expected an image 320px by 876px, received 320px by 916px. 22872 pixels (ratio 0.08 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Accordion/__image_snapshots__/accordion-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-light/accordion-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-light/accordion-android-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/Accordion/Accordion.e2e.tsx:6:3
[android (chromium) • light] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • light] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 876px, received 320px by 916px. 22872 pixels (ratio 0.08 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Accordion/__image_snapshots__/accordion-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-light-retry1/accordion-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-light-retry1/accordion-android-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/Accordion/Accordion.e2e.tsx:6:3
[android (chromium) • light] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • light] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular Error: Screenshot comparison failed: Expected an image 320px by 710px, received 320px by 715px. 25961 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ActionSheet/__image_snapshots__/actionsheet-viewwidth-mobile-sizey-regular-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-light/actionsheet-viewwidth-mobi-5e1c9-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-light/actionsheet-viewwidth-mobi-5e1c9-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/ActionSheet/ActionSheet.e2e.tsx:24:5
[android (chromium) • light] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • light] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 710px, received 320px by 715px. 25961 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ActionSheet/__image_snapshots__/actionsheet-viewwidth-mobile-sizey-regular-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-light-retry1/actionsheet-viewwidth-mobi-5e1c9-d-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-light-retry1/actionsheet-viewwidth-mobi-5e1c9-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/ActionSheet/ActionSheet.e2e.tsx:24:5
[android (chromium) • light] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • light] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ─────────── Error: Screenshot comparison failed: Expected an image 320px by 1103px, received 320px by 1192px. 92500 pixels (ratio 0.25 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-mobile-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-light/alert-mobile-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-light/alert-mobile-android-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/Alert/Alert.e2e.tsx:14:5
[android (chromium) • light] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • light] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 1103px, received 320px by 1192px. 92500 pixels (ratio 0.25 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-mobile-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-light-retry1/alert-mobile-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-light-retry1/alert-mobile-android-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/Alert/Alert.e2e.tsx:14:5
[android (chromium) • light] › components/Alert/Alert.e2e.tsx:33:7 › Alert › long word: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • light] › components/Alert/Alert.e2e.tsx:33:7 › Alert › long word ──────── Error: Screenshot comparison failed: Expected an image 320px by 358px, received 320px by 362px. 19077 pixels (ratio 0.17 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-long-word-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-long-word-android-chromium-•-light/alert-long-word-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-long-word-android-chromium-•-light/alert-long-word-android-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/Alert/Alert.e2e.tsx:39:5
[android (chromium) • light] › components/Alert/Alert.e2e.tsx:33:7 › Alert › long word: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • light] › components/Alert/Alert.e2e.tsx:33:7 › Alert › long word ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 358px, received 320px by 362px. 19077 pixels (ratio 0.17 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-long-word-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-long-word-android-chromium-•-light-retry1/alert-long-word-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-long-word-android-chromium-•-light-retry1/alert-long-word-android-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/Alert/Alert.e2e.tsx:39:5
[android (chromium) • light] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • light] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ─── Error: Screenshot comparison failed: Expected an image 320px by 972px, received 320px by 980px. 14805 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/AspectRatio/__image_snapshots__/aspectratio-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-light/aspectratio-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-light/aspectratio-android-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/AspectRatio/AspectRatio.e2e.tsx:10:3
[android (chromium) • light] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • light] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 972px, received 320px by 980px. 14805 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/AspectRatio/__image_snapshots__/aspectratio-android-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-light-retry1/aspectratio-android-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-light-retry1/aspectratio-android-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/AspectRatio/AspectRatio.e2e.tsx:10:3
[android (chromium) • dark] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • dark] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ────────── Error: Screenshot comparison failed: Expected an image 320px by 876px, received 320px by 916px. 32261 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Accordion/__image_snapshots__/accordion-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-dark/accordion-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-dark/accordion-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/Accordion/Accordion.e2e.tsx:6:3
[android (chromium) • dark] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [android (chromium) • dark] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 876px, received 320px by 916px. 32261 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Accordion/__image_snapshots__/accordion-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-dark-retry1/accordion-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Accordion-Accordion.e2e.tsx-Accordion-android-chromium-•-dark-retry1/accordion-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/Accordion/Accordion.e2e.tsx:6:3
[android (chromium) • dark] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • dark] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular Error: Screenshot comparison failed: Expected an image 320px by 710px, received 320px by 715px. 24252 pixels (ratio 0.11 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ActionSheet/__image_snapshots__/actionsheet-viewwidth-mobile-sizey-regular-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-dark/actionsheet-viewwidth-mobi-df34a-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-dark/actionsheet-viewwidth-mobi-df34a-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/ActionSheet/ActionSheet.e2e.tsx:24:5
[android (chromium) • dark] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [android (chromium) • dark] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 710px, received 320px by 715px. 24252 pixels (ratio 0.11 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ActionSheet/__image_snapshots__/actionsheet-viewwidth-mobile-sizey-regular-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-dark-retry1/actionsheet-viewwidth-mobi-df34a-id-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ActionSheet-Act-3a4af-wWidth-MOBILE-sizeY-regular-android-chromium-•-dark-retry1/actionsheet-viewwidth-mobi-df34a-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/ActionSheet/ActionSheet.e2e.tsx:24:5
[android (chromium) • dark] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • dark] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ──────────── Error: Screenshot comparison failed: Expected an image 320px by 1103px, received 320px by 1192px. 142538 pixels (ratio 0.38 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-mobile-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-dark/alert-mobile-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-dark/alert-mobile-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/Alert/Alert.e2e.tsx:14:5
[android (chromium) • dark] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [android (chromium) • dark] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 1103px, received 320px by 1192px. 142538 pixels (ratio 0.38 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Alert/__image_snapshots__/alert-mobile-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-dark-retry1/alert-mobile-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Alert-Alert.e2e.tsx-Alert-mobile-android-chromium-•-dark-retry1/alert-mobile-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/Alert/Alert.e2e.tsx:14:5
[android (chromium) • dark] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • dark] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ──── Error: Screenshot comparison failed: Expected an image 320px by 972px, received 320px by 980px. 14805 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/AspectRatio/__image_snapshots__/aspectratio-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-dark/aspectratio-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-dark/aspectratio-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/AspectRatio/AspectRatio.e2e.tsx:10:3
[android (chromium) • dark] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [android (chromium) • dark] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 972px, received 320px by 980px. 14805 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/AspectRatio/__image_snapshots__/aspectratio-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-dark-retry1/aspectratio-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-AspectRatio-AspectRatio.e2e.tsx-AspectRatio-android-chromium-•-dark-retry1/aspectratio-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/AspectRatio/AspectRatio.e2e.tsx:10:3
[android (chromium) • dark] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • dark] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar ─────────────────── Error: Screenshot comparison failed: Expected an image 320px by 2467px, received 320px by 2549px. 136135 pixels (ratio 0.17 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Avatar/__image_snapshots__/avatar-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Avatar-Avatar.e2e.tsx-Avatar-android-chromium-•-dark/avatar-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Avatar-Avatar.e2e.tsx-Avatar-android-chromium-•-dark/avatar-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/Avatar/Avatar.e2e.tsx:6:3
[android (chromium) • dark] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [android (chromium) • dark] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 320px by 2467px, received 320px by 2549px. 136135 pixels (ratio 0.17 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Avatar/__image_snapshots__/avatar-android-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Avatar-Avatar.e2e.tsx-Avatar-android-chromium-•-dark-retry1/avatar-android-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Avatar-Avatar.e2e.tsx-Avatar-android-chromium-•-dark-retry1/avatar-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/Avatar/Avatar.e2e.tsx:6:3
[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: 300 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/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── Error: Screenshot comparison failed: 2687 pixels (ratio 0.11 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-dark/gallery-show-arrows-vkcom-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-dark/gallery-show-arrows-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:25:5
[vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2687 pixels (ratio 0.11 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-dark-retry1/gallery-show-arrows-vkcom-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-dark-retry1/gallery-show-arrows-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:25: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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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
6) [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) • 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: 294 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/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ── Error: Screenshot comparison failed: 2781 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-light/gallery-show-arrows-vkcom-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-light/gallery-show-arrows-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:25:5
[vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2781 pixels (ratio 0.12 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-light-retry1/gallery-show-arrows-vkcom-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-chromium-•-light-retry1/gallery-show-arrows-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:25: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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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
6) [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 (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2083 pixels (ratio 0.09 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-dark-retry1/gallery-show-arrows-vkcom-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-dark-retry1/gallery-show-arrows-vkcom-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/Gallery/Gallery.e2e.tsx:25:5
[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
2) [vkcom (firefox) • dark] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover 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/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/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:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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 (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2162 pixels (ratio 0.09 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-light-retry1/gallery-show-arrows-vkcom-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-light-retry1/gallery-show-arrows-vkcom-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/Gallery/Gallery.e2e.tsx:25:5
[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
2) [vkcom (firefox) • light] › components/HorizontalScroll/HorizontalScroll.e2e.tsx:50:7 › HorizontalScroll › has arrows on mouse hover 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/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/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:50:7 › HorizontalScroll › has arrows on mouse hover: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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 (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2198 pixels (ratio 0.09 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-webkit-•-dark-retry1/gallery-show-arrows-vkcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-webkit-•-dark-retry1/gallery-show-arrows-vkcom-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/Gallery/Gallery.e2e.tsx:25:5
[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
2) [vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 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/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/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
[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
2) [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.
[vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2280 pixels (ratio 0.10 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Gallery/__image_snapshots__/gallery-show-arrows-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-webkit-•-light-retry1/gallery-show-arrows-vkcom-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-webkit-•-light-retry1/gallery-show-arrows-vkcom-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/Gallery/Gallery.e2e.tsx:25:5
Call reusable workflow / Run e2e tests for (shard 5/10)
Process completed with exit code 1.
[ios (webkit) • dark] › components/Epic/Epic.e2e.tsx:4:5 › Epic: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [ios (webkit) • dark] › components/Epic/Epic.e2e.tsx:4:5 › Epic ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 472 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Epic/__image_snapshots__/epic-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Epic-Epic.e2e.tsx-Epic-ios-webkit-•-dark-retry1/epic-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Epic-Epic.e2e.tsx-Epic-ios-webkit-•-dark-retry1/epic-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/Epic/Epic.e2e.tsx:6:3
[ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top 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/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/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:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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
6) [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) • light] › components/Epic/Epic.e2e.tsx:4:5 › Epic: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [ios (webkit) • light] › components/Epic/Epic.e2e.tsx:4:5 › Epic ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 474 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/Epic/__image_snapshots__/epic-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Epic-Epic.e2e.tsx-Epic-ios-webkit-•-light-retry1/epic-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Epic-Epic.e2e.tsx-Epic-ios-webkit-•-light-retry1/epic-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/Epic/Epic.e2e.tsx:6:3
[ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [ios (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top 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/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/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:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [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
3) [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
3) [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
4) [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
4) [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
5) [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
5) [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
10 failed [android (chromium) • light] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ────────── [android (chromium) • light] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular [android (chromium) • light] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ──────────── [android (chromium) • light] › components/Alert/Alert.e2e.tsx:33:7 › Alert › long word ───────── [android (chromium) • light] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ──── [android (chromium) • light] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar ─────────────────── [android (chromium) • light] › components/Banner/Banner.e2e.tsx:4:5 › Banner ─────────────────── [android (chromium) • light] › components/Button/Button.e2e.tsx:10:5 › Button ────────────────── [android (chromium) • light] › components/Button/Button.e2e.tsx:16:7 › Button › counter ──────── [android (chromium) • light] › components/Button/Button.e2e.tsx:24:7 › Button › paddings ─────── 2 skipped 144 did not run
🎭 Playwright Run Summary
10 failed [android (chromium) • dark] › components/Accordion/Accordion.e2e.tsx:4:5 › Accordion ─────────── [android (chromium) • dark] › components/ActionSheet/ActionSheet.e2e.tsx:13:7 › ActionSheet › ViewWidth.MOBILE sizeY=regular [android (chromium) • dark] › components/Alert/Alert.e2e.tsx:12:7 › Alert › mobile ───────────── [android (chromium) • dark] › components/AspectRatio/AspectRatio.e2e.tsx:4:5 › AspectRatio ───── [android (chromium) • dark] › components/Avatar/Avatar.e2e.tsx:4:5 › Avatar ──────────────────── [android (chromium) • dark] › components/Banner/Banner.e2e.tsx:4:5 › Banner ──────────────────── [android (chromium) • dark] › components/Button/Button.e2e.tsx:10:5 › Button ─────────────────── [android (chromium) • dark] › components/Button/Button.e2e.tsx:16:7 › Button › counter ───────── [android (chromium) • dark] › components/Button/Button.e2e.tsx:40:7 › Button › state ─────────── [android (chromium) • dark] › components/ButtonGroup/ButtonGroup.e2e.tsx:8:5 › ButtonGroup ───── 4 skipped 142 did not run
🎭 Playwright Run Summary
6 failed [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ─────────────────── [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── [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 113 passed (1.4m)
🎭 Playwright Run Summary
6 failed [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ────────────────── [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── [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 124 passed (1.5m)
🎭 Playwright Run Summary
5 failed [vkcom (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ───── [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 114 passed (1.8m)
🎭 Playwright Run Summary
5 failed [vkcom (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── [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 125 passed (1.9m)
🎭 Playwright Run Summary
2 failed [vkcom (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ────── [vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip 37 skipped 117 passed (2.2m)
🎭 Playwright Run Summary
1 failed [vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ───── 26 skipped 129 passed (2.3m)
🎭 Playwright Run Summary
6 failed [ios (webkit) • dark] › components/Epic/Epic.e2e.tsx:4:5 › Epic ──────────────────────────────── [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 114 passed (2.3m)
🎭 Playwright Run Summary
5 failed [ios (webkit) • light] › components/Epic/Epic.e2e.tsx:4:5 › Epic ─────────────────────────────── [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 122 passed (2.4m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1-10 Expired
10.8 MB
all-blob-reports-10-10 Expired
440 KB
all-blob-reports-2-10 Expired
4.14 MB
all-blob-reports-3-10 Expired
1.73 MB
all-blob-reports-4-10 Expired
1.14 MB
all-blob-reports-5-10 Expired
293 KB
all-blob-reports-6-10 Expired
13.7 MB
all-blob-reports-7-10 Expired
4.65 MB
all-blob-reports-8-10 Expired
1.72 MB
all-blob-reports-9-10 Expired
1.15 MB
playwright-report Expired
28.8 MB
pr_workflow_payload Expired
147 Bytes
storybook-dist Expired
6.06 MB
styleguide-dist Expired
2.27 MB
test-output Expired
509 KB