Skip to content

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

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

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

Triggered via pull request October 30, 2024 10:39
Status Failure
Total duration 5m 54s
Artifacts 15

pull_request_packages.yml

on: pull_request
Detect what files changed
11s
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
11s
Call reusable workflow / get_playwright_docker_image
Upload docs dist artifact (styleguide)
2m 3s
Upload docs dist artifact (styleguide)
Upload docs dist artifact (storybook)
1m 18s
Upload docs dist artifact (storybook)
Analyze bundle size
2m 15s
Analyze bundle size
Check dependencies
0s
Check dependencies
Report unit test results
14s
Report unit test results
Matrix: Call reusable workflow / test_e2e
Prepare and upload e2e's HTML report artifact
40s
Prepare and upload e2e's HTML report artifact
Call reusable workflow  /  Download PR workflow payload artifact
0s
Call reusable workflow / Download PR workflow payload artifact
Call reusable workflow  /  Upload PR workflow payload artifact
2s
Call reusable workflow / Upload PR workflow payload artifact
Fit to window
Zoom out
Zoom in

Annotations

111 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/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-dark/fixedlayout-with-vertical-top-vkcom-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-dark/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical-top-vkcom-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36521 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-dark/fixedlayout-with-vertical--a484c-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-dark/fixedlayout-with-vertical--a484c-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36521 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--a484c-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--a484c-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-dark/fixedlayout-with-vertical--f3c57-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-dark/fixedlayout-with-vertical--f3c57-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--f3c57-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--f3c57-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36531 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-dark/fixedlayout-with-vertical--0b74a-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-dark/fixedlayout-with-vertical--0b74a-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36531 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-chromium-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--0b74a-om-chromium-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-dark-retry1/fixedlayout-with-vertical--0b74a-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • dark] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ────────────────── 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/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/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:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [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) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-light/fixedlayout-with-vertical--50c5a-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-light/fixedlayout-with-vertical--50c5a-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--50c5a-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--50c5a-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36527 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-light/fixedlayout-with-vertical--76a66-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-light/fixedlayout-with-vertical--76a66-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36527 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--76a66-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--76a66-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-light/fixedlayout-with-vertical--348f6-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-light/fixedlayout-with-vertical--348f6-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--348f6-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--348f6-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 888 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-light/fixedlayout-with-vertical--a966b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-light/fixedlayout-with-vertical--a966b-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 888 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-chromium-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--a966b-m-chromium-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-chromium-•-light-retry1/fixedlayout-with-vertical--a966b-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (chromium) • light] › components/Gallery/Gallery.e2e.tsx:4:5 › Gallery ───────────────── 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/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/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:4:5 › Gallery: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [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 (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-light/fixedlayout-with-vertical-top-vkcom-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-light/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical-top-vkcom-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36543 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-light/fixedlayout-with-vertical--c9258-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-light/fixedlayout-with-vertical--c9258-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36543 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--c9258-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--c9258-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-light/fixedlayout-with-vertical--51e85-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-light/fixedlayout-with-vertical--51e85-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--51e85-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--51e85-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 878 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-light/fixedlayout-with-vertical--c65fc-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-light/fixedlayout-with-vertical--c65fc-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 878 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--c65fc-om-firefox-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-light-retry1/fixedlayout-with-vertical--c65fc-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── Error: Screenshot comparison failed: 2377 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-firefox-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-light/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/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/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (firefox) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2377 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-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) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-dark/fixedlayout-with-vertical-top-vkcom-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-dark/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical-top-vkcom-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36535 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-dark/fixedlayout-with-vertical--786e1-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-dark/fixedlayout-with-vertical--786e1-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36535 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--786e1-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--786e1-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-dark/fixedlayout-with-vertical--cea75-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-dark/fixedlayout-with-vertical--cea75-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--cea75-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--cea75-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36520 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-dark/fixedlayout-with-vertical--333c1-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-dark/fixedlayout-with-vertical--333c1-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36520 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--333c1-com-firefox-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-firefox-•-dark-retry1/fixedlayout-with-vertical--333c1-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── Error: Screenshot comparison failed: 2295 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-firefox-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-Gallery-Gallery.e2e.tsx-Gallery-show-arrows-vkcom-firefox-•-dark/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/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/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (firefox) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2295 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-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 (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical-top-vkcom-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36509 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-light/fixedlayout-with-vertical--cdd87-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-light/fixedlayout-with-vertical--cdd87-com-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
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36509 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--cdd87-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--cdd87-com-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
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-light/fixedlayout-with-vertical--c4514-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-light/fixedlayout-with-vertical--c4514-com-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
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--c4514-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--c4514-com-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
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 892 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-light/fixedlayout-with-vertical--fb62e-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-light/fixedlayout-with-vertical--fb62e-com-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
[vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 892 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--fb62e-com-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-light-retry1/fixedlayout-with-vertical--fb62e-com-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
[vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ──── 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/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/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
[vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [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
[vkcom (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard: packages/vkui/src/testing/e2e/index.playwright.ts#L63
6) [vkcom (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ──────────── Error: Screenshot comparison failed: 4639366 pixels (ratio 0.98 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ModalCard/__image_snapshots__/modalcard-vkcom-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-vkcom-webkit-•-light/modalcard-vkcom-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-vkcom-webkit-•-light/modalcard-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/ModalCard/ModalCard.e2e.tsx:43: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: Expected an image 414px by 896px, received 414px by 1577px. 83983 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: Expected an image 414px by 896px, received 414px by 1577px. 83983 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: Expected an image 414px by 896px, received 414px by 1577px. 79261 pixels (ratio 0.13 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: Expected an image 414px by 896px, received 414px by 1577px. 79261 pixels (ratio 0.13 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: Expected an image 414px by 896px, received 414px by 1577px. 83261 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: Expected an image 414px by 896px, received 414px by 1577px. 83261 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: Expected an image 414px by 896px, received 414px by 1577px. 79261 pixels (ratio 0.13 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: Expected an image 414px by 896px, received 414px by 1577px. 79261 pixels (ratio 0.13 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
[ios (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
6) [ios (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile ───── Error: Screenshot comparison failed: 1185154 pixels (ratio 0.93 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ModalCard/__image_snapshots__/modalcard-mobile-ios-webkit-light-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-mobile-ios-webkit-•-light/modalcard-mobile-ios-webkit-light-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-mobile-ios-webkit-•-light/modalcard-mobile-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/ModalCard/ModalCard.e2e.tsx:15:5
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top: packages/vkui/src/testing/e2e/index.playwright.ts#L63
1) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical-top-vkcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-5b4a8-xedLayout-with-vertical-top-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical-top-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/FixedLayout/FixedLayout.e2e.tsx:10:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36513 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-dark/fixedlayout-with-vertical--45ea9-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-dark/fixedlayout-with-vertical--45ea9-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom: packages/vkui/src/testing/e2e/index.playwright.ts#L63
2) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36513 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--45ea9-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-d88a9-Layout-with-vertical-bottom-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--45ea9-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/FixedLayout/FixedLayout.e2e.tsx:19:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-dark/fixedlayout-with-vertical--d5106-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-dark/fixedlayout-with-vertical--d5106-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
3) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 37120 pixels (ratio 0.05 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-top-filled-true-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--d5106-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-c1581-th-vertical-top-filled-true-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--d5106-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/FixedLayout/FixedLayout.e2e.tsx:28:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36502 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-dark/fixedlayout-with-vertical--010b8-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-dark/fixedlayout-with-vertical--010b8-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true: packages/vkui/src/testing/e2e/index.playwright.ts#L63
4) [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1280px by 720px, received 1280px by 691px. 36502 pixels (ratio 0.04 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/FixedLayout/__image_snapshots__/fixedlayout-with-vertical-bottom-filled-true-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--010b8-kcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-FixedLayout-Fix-db418-vertical-bottom-filled-true-vkcom-webkit-•-dark-retry1/fixedlayout-with-vertical--010b8-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/FixedLayout/FixedLayout.e2e.tsx:37:3
[vkcom (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [vkcom (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ───── 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/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/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/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows: packages/vkui/src/testing/e2e/index.playwright.ts#L63
5) [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/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard: packages/vkui/src/testing/e2e/index.playwright.ts#L63
6) [vkcom (webkit) • dark] › components/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ───────────── Error: Screenshot comparison failed: 687584 pixels (ratio 0.15 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ModalCard/__image_snapshots__/modalcard-vkcom-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-vkcom-webkit-•-dark/modalcard-vkcom-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-vkcom-webkit-•-dark/modalcard-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/ModalCard/ModalCard.e2e.tsx:43:5
[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: Expected an image 414px by 896px, received 414px by 1577px. 296606 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 296606 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 293995 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 293995 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 295884 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 295884 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 293995 pixels (ratio 0.46 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: Expected an image 414px by 896px, received 414px by 1577px. 293995 pixels (ratio 0.46 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/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile: packages/vkui/src/testing/e2e/index.playwright.ts#L63
6) [ios (webkit) • dark] › components/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile ────── Error: Screenshot comparison failed: 548944 pixels (ratio 0.43 of all image pixels) are different. Expected: /__w/VKUI/VKUI/packages/vkui/src/components/ModalCard/__image_snapshots__/modalcard-mobile-ios-webkit-dark-1-snap.png Received: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-mobile-ios-webkit-•-dark/modalcard-mobile-ios-webkit-dark-1-snap-actual.png Diff: /__w/VKUI/VKUI/packages/vkui/__diff_output__/components-ModalCard-ModalCard.e2e.tsx-ModalCard-mobile-ios-webkit-•-dark/modalcard-mobile-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/ModalCard/ModalCard.e2e.tsx:15:5
🎭 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
10 failed [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (chromium) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [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/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ──────────── [vkcom (chromium) • dark] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS 22 skipped 44 did not run 80 passed (1.4m)
🎭 Playwright Run Summary
10 failed [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (chromium) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [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/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ─────────── [vkcom (chromium) • light] › components/Search/Search.e2e.tsx:10:7 › Search › shows after when focused on iOS 14 skipped 44 did not run 88 passed (1.5m)
🎭 Playwright Run Summary
10 failed [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (firefox) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [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/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ──────────── [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 14 skipped 36 did not run 96 passed (2.3m)
🎭 Playwright Run Summary
10 failed [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (firefox) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [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/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ───────────── [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 23 skipped 36 did not run 87 passed (2.2m)
🎭 Playwright Run Summary
7 failed [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (webkit) • light] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [vkcom (webkit) • light] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ───── [vkcom (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ───────────── [vkcom (webkit) • light] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ───── 26 skipped 123 passed (2.8m)
🎭 Playwright Run Summary
8 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 [ios (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile ────── [ios (webkit) • light] › components/ModalCard/ModalCard.e2e.tsx:27:7 › ModalCard › tablet ────── [ios (webkit) • light] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ─────── 29 skipped 119 passed (2.6m)
🎭 Playwright Run Summary
8 failed [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:4:5 › FixedLayout with vertical=top [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:13:5 › FixedLayout with vertical=bottom [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:22:5 › FixedLayout with vertical=top filled=true [vkcom (webkit) • dark] › components/FixedLayout/FixedLayout.e2e.tsx:31:5 › FixedLayout with vertical=bottom filled=true [vkcom (webkit) • dark] › components/Gallery/Gallery.e2e.tsx:13:7 › Gallery › show arrows ────── [vkcom (webkit) • dark] › components/ModalCard/ModalCard.e2e.tsx:37:7 › ModalCard ────────────── [vkcom (webkit) • dark] › components/Slider/Slider.e2e.tsx:15:7 › Slider with Tooltip › Slider with tooltip [vkcom (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ────── 37 skipped 111 passed (2.6m)
🎭 Playwright Run Summary
8 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/ModalCard/ModalCard.e2e.tsx:13:7 › ModalCard › mobile ─────── [ios (webkit) • dark] › components/ModalCard/ModalCard.e2e.tsx:27:7 › ModalCard › tablet ─────── [ios (webkit) • dark] › components/Snackbar/Snackbar.e2e.tsx:5:7 › Snackbar › placement ──────── 36 skipped 112 passed (2.6m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-1-10 Expired
10.8 MB
all-blob-reports-10-10 Expired
7.46 MB
all-blob-reports-2-10 Expired
7.54 MB
all-blob-reports-3-10 Expired
8.52 MB
all-blob-reports-4-10 Expired
11.6 MB
all-blob-reports-5-10 Expired
7.53 MB
all-blob-reports-6-10 Expired
13.6 MB
all-blob-reports-7-10 Expired
7.46 MB
all-blob-reports-8-10 Expired
8.7 MB
all-blob-reports-9-10 Expired
12 MB
playwright-report
70.6 MB
pr_workflow_payload
147 Bytes
storybook-dist
6.06 MB
styleguide-dist
2.27 MB
test-output
511 KB