This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the Chrome search input cross in tailwind.css Move the `self-center` class to weblink button Add updated snapshots Extract changes from #1930
- Loading branch information
Showing
194 changed files
with
78 additions
and
42 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
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
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
Binary file modified
BIN
-429 Bytes
(100%)
...ponents/audio-results-old.spec.ts-snapshots/audio-results-desktop-2xl-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
-314 Bytes
(100%)
...mponents/audio-results-old.spec.ts-snapshots/audio-results-desktop-lg-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
-145 Bytes
(100%)
...mponents/audio-results-old.spec.ts-snapshots/audio-results-desktop-md-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
-408 Bytes
(100%)
...mponents/audio-results-old.spec.ts-snapshots/audio-results-desktop-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
-1.96 KB
(98%)
...lts-old.spec.ts-snapshots/audio-results-narrow-viewport-desktop-UA-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
-4.65 KB
(95%)
...lts-old.spec.ts-snapshots/audio-results-narrow-viewport-desktop-UA-xs-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
+47 Bytes
(100%)
...ults-old.spec.ts-snapshots/audio-results-narrow-viewport-mobile-UA-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
+50 Bytes
(100%)
...ults-old.spec.ts-snapshots/audio-results-narrow-viewport-mobile-UA-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
test/playwright/visual-regression/components/audio-results.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import { test } from '@playwright/test' | ||
|
||
import breakpoints from '~~/test/playwright/utils/breakpoints' | ||
import { | ||
closeFilters, | ||
enableNewHeader, | ||
} from '~~/test/playwright/utils/navigation' | ||
|
||
test.describe.configure({ mode: 'parallel' }) | ||
|
||
test.describe('audio results', () => { | ||
test.beforeEach(async ({ page }) => { | ||
await enableNewHeader(page) | ||
await page.goto('/search/audio?q=birds') | ||
}) | ||
|
||
breakpoints.describeEachMobile({ uaMocking: false }, ({ expectSnapshot }) => { | ||
test('should render small row layout desktop UA with narrow viewport', async ({ | ||
page, | ||
}) => { | ||
await expectSnapshot('audio-results-narrow-viewport-desktop-UA', page) | ||
}) | ||
}) | ||
|
||
breakpoints.describeEachMobile({ uaMocking: true }, ({ expectSnapshot }) => { | ||
test('should render small row layout mobile UA with narrow viewport', async ({ | ||
page, | ||
}) => { | ||
await expectSnapshot('audio-results-narrow-viewport-mobile-UA', page) | ||
}) | ||
}) | ||
|
||
breakpoints.describeEachDesktop(({ expectSnapshot }) => { | ||
test('desktop audio results', async ({ page }) => { | ||
await closeFilters(page) | ||
// Make sure filters button is not hovered | ||
await page.mouse.move(0, 150) | ||
await expectSnapshot('audio-results-desktop', page) | ||
}) | ||
}) | ||
}) |
Binary file added
BIN
+131 KB
.../components/audio-results.spec.ts-snapshots/audio-results-desktop-2xl-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 added
BIN
+118 KB
...n/components/audio-results.spec.ts-snapshots/audio-results-desktop-lg-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 added
BIN
+125 KB
...n/components/audio-results.spec.ts-snapshots/audio-results-desktop-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 added
BIN
+112 KB
...results.spec.ts-snapshots/audio-results-narrow-viewport-desktop-UA-md-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 added
BIN
+105 KB
...results.spec.ts-snapshots/audio-results-narrow-viewport-desktop-UA-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 added
BIN
+92.6 KB
...results.spec.ts-snapshots/audio-results-narrow-viewport-desktop-UA-xs-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 added
BIN
+112 KB
...-results.spec.ts-snapshots/audio-results-narrow-viewport-mobile-UA-md-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 added
BIN
+105 KB
...-results.spec.ts-snapshots/audio-results-narrow-viewport-mobile-UA-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 added
BIN
+92.6 KB
...-results.spec.ts-snapshots/audio-results-narrow-viewport-mobile-UA-xs-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
-30 Bytes
(100%)
...gression/components/header-old.spec.ts-snapshots/filters-open-ltr-2xl-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
-29 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-ltr-lg-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
-24 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-ltr-md-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
-25 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-ltr-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
-26 Bytes
(100%)
...gression/components/header-old.spec.ts-snapshots/filters-open-rtl-2xl-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
-23 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-rtl-lg-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
-20 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-rtl-md-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
-23 Bytes
(100%)
...egression/components/header-old.spec.ts-snapshots/filters-open-rtl-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
-33 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/resting-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-36 Bytes
(99%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(99%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+101 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+69 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/resting-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-25 Bytes
(99%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+58 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+32 Bytes
(100%)
...ual-regression/components/header-old.spec.ts-snapshots/resting-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...l-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+54 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+48 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...l-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+50 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+56 Bytes
(100%)
...al-regression/components/header-old.spec.ts-snapshots/scrolled-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(99%)
...ion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-34 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+101 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+67 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-31 Bytes
(100%)
...ion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+56 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+35 Bytes
(100%)
...sion/components/header-old.spec.ts-snapshots/searchbar-hovered-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-96 Bytes
(99%)
...l-regression/components/header.spec.ts-snapshots/filters-open-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-103 Bytes
(98%)
...al-regression/components/header.spec.ts-snapshots/filters-open-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-90 Bytes
(99%)
...al-regression/components/header.spec.ts-snapshots/filters-open-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-329 Bytes
(95%)
...l-regression/components/header.spec.ts-snapshots/filters-open-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-408 Bytes
(92%)
...al-regression/components/header.spec.ts-snapshots/filters-open-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-320 Bytes
(95%)
...al-regression/components/header.spec.ts-snapshots/filters-open-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-80 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/resting-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-92 Bytes
(98%)
.../visual-regression/components/header.spec.ts-snapshots/resting-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-82 Bytes
(99%)
.../visual-regression/components/header.spec.ts-snapshots/resting-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-343 Bytes
(94%)
...visual-regression/components/header.spec.ts-snapshots/resting-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-395 Bytes
(92%)
.../visual-regression/components/header.spec.ts-snapshots/resting-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-355 Bytes
(94%)
.../visual-regression/components/header.spec.ts-snapshots/resting-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-80 Bytes
(99%)
...isual-regression/components/header.spec.ts-snapshots/scrolled-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-95 Bytes
(98%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-82 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-340 Bytes
(94%)
...isual-regression/components/header.spec.ts-snapshots/scrolled-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-395 Bytes
(92%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-354 Bytes
(94%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+216 Bytes
(100%)
...gression/components/header.spec.ts-snapshots/searchbar-active-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+220 Bytes
(110%)
...egression/components/header.spec.ts-snapshots/searchbar-active-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+223 Bytes
(100%)
...egression/components/header.spec.ts-snapshots/searchbar-active-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+222 Bytes
(100%)
...gression/components/header.spec.ts-snapshots/searchbar-active-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(110%)
...egression/components/header.spec.ts-snapshots/searchbar-active-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+235 Bytes
(110%)
...egression/components/header.spec.ts-snapshots/searchbar-active-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-95 Bytes
(99%)
...ression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-144 Bytes
(97%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-103 Bytes
(98%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-334 Bytes
(95%)
...ression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-362 Bytes
(93%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-358 Bytes
(94%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-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
+2 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-248 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+54 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-281 Bytes
(99%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-html-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7 Bytes
(100%)
...omponents/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(99%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-316 Bytes
(99%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-plain-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12.9 KB
(160%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-297 Bytes
(99%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-ltr-rich-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-344 Bytes
(99%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-344 Bytes
(99%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-360 Bytes
(99%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+104 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-341 Bytes
(99%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+145 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-html-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-367 Bytes
(99%)
...omponents/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-362 Bytes
(99%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+96 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-362 Bytes
(99%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+382 Bytes
(100%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-plain-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-322 Bytes
(98%)
...components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-323 Bytes
(98%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-378 Bytes
(98%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+114 Bytes
(100%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-318 Bytes
(98%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3.88 KB
(130%)
.../components/media-reuse.spec.ts-snapshots/media-reuse-rtl-rich-tab-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...egression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-25 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-9 Bytes
(100%)
...egression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(100%)
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...ages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-2 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-26 Bytes
(100%)
...ages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2 Bytes
(100%)
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+712 Bytes
(100%)
...on/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+935 Bytes
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+203 Bytes
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+117 Bytes
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.88 KB
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.12 KB
(97%)
...on/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.14 KB
(96%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-663 Bytes
(97%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-677 Bytes
(97%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.1 KB
(97%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-10 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+49 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...ion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-8 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+36 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+58 Bytes
(100%)
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...ression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+41 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+44 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-8 Bytes
(100%)
...ression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-11 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+27 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+63 Bytes
(100%)
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-xs-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 added
BIN
+6.97 KB
...ion/v-header-internal.spec.ts-snapshots/mobile-header-internal-ltr-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+7.41 KB
...ion/v-header-internal.spec.ts-snapshots/mobile-header-internal-rtl-md-linux.png
Oops, something went wrong.