Skip to content

Commit

Permalink
Fix: スナップショットの制約をきつくする (#2399)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Hiroshiba and github-actions[bot] authored Dec 8, 2024
1 parent 0735fbe commit 4633856
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ const config: PlaywrightTestConfig = {
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5 * 1000,
toHaveScreenshot: {
maxDiffPixelRatio: 0.001,
},
},
// ファイルシステムが関連してくるので、Electronテストでは並列化しない
fullyParallel: !isElectron,
Expand Down
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 4633856

Please sign in to comment.