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.
Add new
pages
visual regression tests (#1913)
* Move current tests to pages-old and add new ones in pages.spec.ts * Add snapshots * Fix the header paddings; search-help footer; footer width on lg * Rename the test as suggested in the code review
- Loading branch information
Showing
124 changed files
with
52 additions
and
5 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
40 changes: 40 additions & 0 deletions
40
test/playwright/visual-regression/pages/pages-with-old-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import { test } from '@playwright/test' | ||
|
||
import breakpoints from '~~/test/playwright/utils/breakpoints' | ||
import { removeHiddenOverflow } from '~~/test/playwright/utils/page' | ||
import { | ||
dismissTranslationBanner, | ||
pathWithDir, | ||
languageDirections, | ||
} from '~~/test/playwright/utils/navigation' | ||
|
||
test.describe.configure({ mode: 'parallel' }) | ||
|
||
const contentPages = [ | ||
'about', | ||
'external-sources', | ||
'search-help', | ||
'non-existent', | ||
'sources', | ||
] | ||
for (const contentPage of contentPages) { | ||
for (const dir of languageDirections) { | ||
test.describe(`${contentPage} ${dir} page snapshots`, () => { | ||
test.beforeEach(async ({ page }) => { | ||
await page.goto(pathWithDir(contentPage, dir)) | ||
await dismissTranslationBanner(page) | ||
}) | ||
|
||
breakpoints.describeEvery(({ expectSnapshot }) => { | ||
test('full page', async ({ page }) => { | ||
await removeHiddenOverflow(page) | ||
// Make sure header is not hovered on | ||
await page.mouse.move(150, 150) | ||
await expectSnapshot(`${contentPage}-${dir}`, page, { | ||
fullPage: true, | ||
}) | ||
}) | ||
}) | ||
}) | ||
} | ||
} |
Binary file added
BIN
+155 KB
...egression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+156 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+163 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+140 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-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
+153 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+145 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-ltr-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
+54.4 KB
...egression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+53.3 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+53.6 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+64.9 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-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
+53.6 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-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 added
BIN
+66.1 KB
...regression/pages/pages-with-old-header.spec.ts-snapshots/about-rtl-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
+192 KB
...ages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+194 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+206 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+169 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-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
+189 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+178 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-ltr-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
+58 KB
...ages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+56.9 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+54.9 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+70.6 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-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
+56.5 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-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 added
BIN
+72.3 KB
...pages/pages-with-old-header.spec.ts-snapshots/external-sources-rtl-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
+59.5 KB
...on/pages/pages-with-old-header.spec.ts-snapshots/non-existent-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 added
BIN
+47 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+35.2 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+36 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+52.3 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+30.6 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-ltr-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+39.3 KB
...on/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+28.5 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+23.8 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+22.8 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+34.8 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+16.6 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/non-existent-rtl-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+201 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+197 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+201 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+166 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+198 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+170 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-ltr-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+54.6 KB
...ion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+51.6 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+49.5 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+67.1 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+52.8 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+68.6 KB
...sion/pages/pages-with-old-header.spec.ts-snapshots/search-help-rtl-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+529 KB
...ression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+516 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+533 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+493 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+520 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+455 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-ltr-xs-linux.png
Oops, something went wrong.
Binary file added
BIN
+390 KB
...ression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+379 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file added
BIN
+377 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-md-linux.png
Oops, something went wrong.
Binary file added
BIN
+391 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-sm-linux.png
Oops, something went wrong.
Binary file added
BIN
+382 KB
...gression/pages/pages-with-old-header.spec.ts-snapshots/sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+345 KB
...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 modified
BIN
+8.82 KB
(110%)
...ywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.57 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5.89 KB
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.38 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.47 KB
(110%)
...ywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.04 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.03 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5.13 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.15 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.59 KB
(110%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.5 KB
(100%)
...ual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.12 KB
(100%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.74 KB
(100%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.04 KB
(100%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.99 KB
(100%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+12 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.52 KB
(110%)
...ual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.92 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.68 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5.96 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.13 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.92 KB
(110%)
...sual-regression/pages/pages.spec.ts-snapshots/external-sources-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5.52 KB
(110%)
.../visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.72 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.56 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.19 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.73 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+5.38 KB
(120%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3.34 KB
(110%)
.../visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.93 KB
(120%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+3.64 KB
(120%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+2.81 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.34 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.47 KB
(130%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.63 KB
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.16 KB
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+11.9 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.78 KB
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.64 KB
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.78 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.43 KB
(110%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.89 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.77 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.27 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.28 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.47 KB
(110%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.68 KB
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.2 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+14.9 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.6 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8.19 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5.01 KB
(99%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.32 KB
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+6.91 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+9.27 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+4.38 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+7.14 KB
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-5.43 KB
(98%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-xs-linux.png
Oops, something went wrong.