Skip to content

Commit

Permalink
Trying setting to fix e2e kerning (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed May 8, 2024
1 parent 28b5779 commit b16f5cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { PlaywrightTestConfig } from '@playwright/test';
import { devices } from '@playwright/test';


const config: PlaywrightTestConfig = {
testDir: './tests',
/* Maximum time one test can run for. */
Expand Down Expand Up @@ -48,6 +47,9 @@ const config: PlaywrightTestConfig = {
name: 'chromium',
use: {
...devices['Desktop Chrome'],
launchOptions: {
args: ['--font-render-hinting=none'],
},
},
},

Expand Down
Binary file modified tests/express.spec.ts-snapshots/Express-loads-1-chromium-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 tests/express.spec.ts-snapshots/Plotly-loads-1-chromium-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 tests/ui.spec.ts-snapshots/UI-loads-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b16f5cf

Please sign in to comment.