-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove maxDiffPixelRatio from Storybook tests
- Loading branch information
Showing
358 changed files
with
146 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
frontend/src/components/VLanguageSelect/meta/VLanguageSelect.stories.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { | ||
Expect, | ||
expect, | ||
Locator, | ||
LocatorScreenshotOptions, | ||
Page, | ||
PageScreenshotOptions, | ||
} from "@playwright/test" | ||
|
||
export type ExpectSnapshotOptions = { | ||
screenshotOptions: LocatorScreenshotOptions | PageScreenshotOptions | ||
snapshotOptions: Parameters<ReturnType<Expect>["toMatchSnapshot"]>[0] | ||
} | ||
|
||
export const expectSnapshot = async ( | ||
name: string, | ||
locator: Locator | Page, | ||
options?: ExpectSnapshotOptions | ||
) => { | ||
const snapshotName = `${name}.png` | ||
return expect( | ||
await locator.screenshot(options?.screenshotOptions) | ||
).toMatchSnapshot(snapshotName, options?.snapshotOptions) | ||
} |
Binary file modified
BIN
-323 Bytes
(86%)
...om-button-components.spec.ts-snapshots/v-load-more-focused-hovered-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-385 Bytes
(86%)
...om-button-components.spec.ts-snapshots/v-load-more-focused-hovered-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-296 Bytes
(87%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-focused-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-437 Bytes
(85%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-focused-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-320 Bytes
(85%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-hovered-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-376 Bytes
(86%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-hovered-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-303 Bytes
(86%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-resting-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-437 Bytes
(84%)
...ion/custom-button-components.spec.ts-snapshots/v-load-more-resting-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-2 KB
...est/storybook/visual-regression/focus.spec.ts-snapshots/focus-colored-linux.png
Binary file not shown.
Binary file modified
BIN
-172 Bytes
(93%)
...isual-regression/focus.spec.ts-snapshots/focus-slim-filled-borderless-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-264 Bytes
(88%)
...storybook/visual-regression/focus.spec.ts-snapshots/focus-slim-filled-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-255 Bytes
(89%)
...book/visual-regression/focus.spec.ts-snapshots/focus-slim-transparent-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-317 Bytes
(86%)
...l-regression/v-button.spec.ts-snapshots/bordered-gray-focused-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-317 Bytes
(86%)
...ok/visual-regression/v-button.spec.ts-snapshots/bordered-gray-focused-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-296 Bytes
(86%)
...ok/visual-regression/v-button.spec.ts-snapshots/bordered-gray-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-321 Bytes
(85%)
...ok/visual-regression/v-button.spec.ts-snapshots/bordered-gray-resting-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-317 Bytes
(86%)
...-regression/v-button.spec.ts-snapshots/bordered-white-focused-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-308 Bytes
(87%)
...k/visual-regression/v-button.spec.ts-snapshots/bordered-white-focused-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-305 Bytes
(86%)
...k/visual-regression/v-button.spec.ts-snapshots/bordered-white-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-283 Bytes
(86%)
...k/visual-regression/v-button.spec.ts-snapshots/bordered-white-resting-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-268 Bytes
(88%)
...ual-regression/v-button.spec.ts-snapshots/filled-dark-focused-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-261 Bytes
(88%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-dark-focused-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-283 Bytes
(87%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-dark-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-273 Bytes
(87%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-dark-resting-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-262 Bytes
(88%)
...ual-regression/v-button.spec.ts-snapshots/filled-gray-focused-hovered-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-450 Bytes
(82%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-gray-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(87%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-gray-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(87%)
...book/visual-regression/v-button.spec.ts-snapshots/filled-gray-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(92%)
...l-regression/v-button.spec.ts-snapshots/filled-pink-8-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-161 Bytes
(93%)
...ok/visual-regression/v-button.spec.ts-snapshots/filled-pink-8-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-181 Bytes
(91%)
...ok/visual-regression/v-button.spec.ts-snapshots/filled-pink-8-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-165 Bytes
(92%)
...ok/visual-regression/v-button.spec.ts-snapshots/filled-pink-8-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-262 Bytes
(88%)
...al-regression/v-button.spec.ts-snapshots/filled-white-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-388 Bytes
(83%)
...ook/visual-regression/v-button.spec.ts-snapshots/filled-white-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(87%)
...ook/visual-regression/v-button.spec.ts-snapshots/filled-white-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(86%)
...ook/visual-regression/v-button.spec.ts-snapshots/filled-white-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(86%)
...al-regression/v-button.spec.ts-snapshots/plain--avoid-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-282 Bytes
(86%)
...ook/visual-regression/v-button.spec.ts-snapshots/plain--avoid-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(86%)
...ook/visual-regression/v-button.spec.ts-snapshots/plain--avoid-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-283 Bytes
(86%)
...ook/visual-regression/v-button.spec.ts-snapshots/plain--avoid-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-321 Bytes
(86%)
...ok/visual-regression/v-button.spec.ts-snapshots/plain-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-321 Bytes
(86%)
.../storybook/visual-regression/v-button.spec.ts-snapshots/plain-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-296 Bytes
(86%)
.../storybook/visual-regression/v-button.spec.ts-snapshots/plain-hovered-linux.png
Oops, something went wrong.
Binary file removed
BIN
-2.09 KB
...ok/visual-regression/v-button.spec.ts-snapshots/plain-pressed-hovered-linux.png
Diff not rendered.
Binary file removed
BIN
-2.09 KB
.../storybook/visual-regression/v-button.spec.ts-snapshots/plain-pressed-linux.png
Diff not rendered.
Binary file modified
BIN
-296 Bytes
(86%)
.../storybook/visual-regression/v-button.spec.ts-snapshots/plain-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-272 Bytes
(88%)
...egression/v-button.spec.ts-snapshots/transparent-dark-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-275 Bytes
(88%)
...visual-regression/v-button.spec.ts-snapshots/transparent-dark-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-274 Bytes
(87%)
...visual-regression/v-button.spec.ts-snapshots/transparent-dark-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-235 Bytes
(88%)
...visual-regression/v-button.spec.ts-snapshots/transparent-dark-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-288 Bytes
(88%)
...egression/v-button.spec.ts-snapshots/transparent-gray-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-275 Bytes
(88%)
...visual-regression/v-button.spec.ts-snapshots/transparent-gray-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-295 Bytes
(87%)
...visual-regression/v-button.spec.ts-snapshots/transparent-gray-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-235 Bytes
(88%)
...visual-regression/v-button.spec.ts-snapshots/transparent-gray-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
-275 Bytes
(88%)
...-regression/v-button.spec.ts-snapshots/transparent-tx-focused-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-275 Bytes
(88%)
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
-284 Bytes
(86%)
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-hovered-linux.png
Oops, something went wrong.
Binary file modified
BIN
-284 Bytes
(86%)
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-resting-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1 Byte
(100%)
...est/storybook/visual-regression/v-checkbox.spec.ts-snapshots/disabled-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.63 KB
...t/storybook/visual-regression/v-checkbox.spec.ts-snapshots/on-and-off-linux.png
Diff not rendered.
Binary file modified
BIN
-19 Bytes
(99%)
.../storybook/visual-regression/v-checkbox.spec.ts-snapshots/on-disabled-linux.png
Oops, something went wrong.
Binary file modified
BIN
+10 Bytes
(100%)
...t/storybook/visual-regression/v-checkbox.spec.ts-snapshots/on-focused-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4 Bytes
(100%)
...tend/test/storybook/visual-regression/v-checkbox.spec.ts-snapshots/on-linux.png
Oops, something went wrong.
9 changes: 5 additions & 4 deletions
9
frontend/test/storybook/visual-regression/v-collection-header.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-2.11 KB
(95%)
...sion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2.37 KB
(95%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.54 KB
(100%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2.43 KB
(95%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2.14 KB
(95%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-139 Bytes
(100%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+876 Bytes
(100%)
...sion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3.54 KB
(92%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2.55 KB
(95%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.6 KB
(97%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+720 Bytes
(100%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-3.81 KB
(89%)
...ssion/v-collection-header.spec.ts-snapshots/VCollectionHeaders-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-82 Bytes
(80%)
.../v-filter-button.spec.ts-snapshots/filter-button-at-rest-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(86%)
.../v-filter-button.spec.ts-snapshots/filter-button-at-rest-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-92 Bytes
(82%)
.../v-filter-button.spec.ts-snapshots/filter-button-at-rest-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-138 Bytes
(88%)
.../v-filter-button.spec.ts-snapshots/filter-button-at-rest-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-155 Bytes
(79%)
...v-filter-button.spec.ts-snapshots/filter-button-at-rest-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-185 Bytes
(86%)
...v-filter-button.spec.ts-snapshots/filter-button-at-rest-12-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-57 Bytes
(90%)
.../v-filter-button.spec.ts-snapshots/filter-button-focused-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-106 Bytes
(91%)
.../v-filter-button.spec.ts-snapshots/filter-button-focused-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-86 Bytes
(87%)
.../v-filter-button.spec.ts-snapshots/filter-button-focused-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-112 Bytes
(91%)
.../v-filter-button.spec.ts-snapshots/filter-button-focused-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-128 Bytes
(85%)
...v-filter-button.spec.ts-snapshots/filter-button-focused-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-158 Bytes
(89%)
...v-filter-button.spec.ts-snapshots/filter-button-focused-12-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(86%)
.../v-filter-button.spec.ts-snapshots/filter-button-hovered-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-141 Bytes
(87%)
.../v-filter-button.spec.ts-snapshots/filter-button-hovered-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-95 Bytes
(82%)
.../v-filter-button.spec.ts-snapshots/filter-button-hovered-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-142 Bytes
(88%)
.../v-filter-button.spec.ts-snapshots/filter-button-hovered-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(80%)
...v-filter-button.spec.ts-snapshots/filter-button-hovered-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(87%)
...v-filter-button.spec.ts-snapshots/filter-button-hovered-12-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-69 Bytes
(83%)
.../v-filter-button.spec.ts-snapshots/filter-button-pressed-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-146 Bytes
(86%)
.../v-filter-button.spec.ts-snapshots/filter-button-pressed-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-94 Bytes
(77%)
.../v-filter-button.spec.ts-snapshots/filter-button-pressed-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-134 Bytes
(87%)
.../v-filter-button.spec.ts-snapshots/filter-button-pressed-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-137 Bytes
(78%)
...v-filter-button.spec.ts-snapshots/filter-button-pressed-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(87%)
...v-filter-button.spec.ts-snapshots/filter-button-pressed-12-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-162 Bytes
(74%)
...r-button.spec.ts-snapshots/filter-button-pressed-focused-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-137 Bytes
(89%)
...r-button.spec.ts-snapshots/filter-button-pressed-focused-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-181 Bytes
(71%)
...r-button.spec.ts-snapshots/filter-button-pressed-focused-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-140 Bytes
(88%)
...r-button.spec.ts-snapshots/filter-button-pressed-focused-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-216 Bytes
(74%)
...-button.spec.ts-snapshots/filter-button-pressed-focused-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-156 Bytes
(88%)
...-button.spec.ts-snapshots/filter-button-pressed-focused-12-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-68 Bytes
(83%)
...r-button.spec.ts-snapshots/filter-button-pressed-hovered-0-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-108 Bytes
(90%)
...r-button.spec.ts-snapshots/filter-button-pressed-hovered-0-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-85 Bytes
(79%)
...r-button.spec.ts-snapshots/filter-button-pressed-hovered-1-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-127 Bytes
(88%)
...r-button.spec.ts-snapshots/filter-button-pressed-hovered-1-checked-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-139 Bytes
(78%)
...-button.spec.ts-snapshots/filter-button-pressed-hovered-12-checked-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-155 Bytes
(87%)
...-button.spec.ts-snapshots/filter-button-pressed-hovered-12-checked-xl-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-171 Bytes
(90%)
...visual-regression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-177 Bytes
(90%)
...visual-regression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-230 Bytes
(88%)
...isual-regression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-12-linux.png
Oops, something went wrong.
Binary file modified
BIN
-174 Bytes
(90%)
...egression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-hovered-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-160 Bytes
(90%)
...egression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-hovered-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-202 Bytes
(89%)
...gression/v-filter-tab.spec.ts-snapshots/filter-tab-focused-hovered-12-linux.png
Oops, something went wrong.
Binary file modified
BIN
-185 Bytes
(88%)
...sion/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-not-selected-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-170 Bytes
(89%)
...sion/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-not-selected-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-202 Bytes
(88%)
...ion/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-not-selected-12-linux.png
Oops, something went wrong.
Binary file modified
BIN
-184 Bytes
(88%)
...gression/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-selected-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-164 Bytes
(89%)
...gression/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-selected-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-203 Bytes
(88%)
...ression/v-filter-tab.spec.ts-snapshots/filter-tab-hovered-selected-12-linux.png
Oops, something went wrong.
Binary file modified
BIN
-168 Bytes
(88%)
...sion/v-filter-tab.spec.ts-snapshots/filter-tab-resting-not-selected-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-100 Bytes
(93%)
...sion/v-filter-tab.spec.ts-snapshots/filter-tab-resting-not-selected-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-128 Bytes
(92%)
...ion/v-filter-tab.spec.ts-snapshots/filter-tab-resting-not-selected-12-linux.png
Oops, something went wrong.
Binary file modified
BIN
-173 Bytes
(88%)
...gression/v-filter-tab.spec.ts-snapshots/filter-tab-resting-selected-0-linux.png
Oops, something went wrong.
Binary file modified
BIN
-109 Bytes
(92%)
...gression/v-filter-tab.spec.ts-snapshots/filter-tab-resting-selected-1-linux.png
Oops, something went wrong.
Binary file modified
BIN
-133 Bytes
(92%)
...ression/v-filter-tab.spec.ts-snapshots/filter-tab-resting-selected-12-linux.png
Oops, something went wrong.
Oops, something went wrong.