Skip to content

Commit

Permalink
feat(test): e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Jan 28, 2025
1 parent 8527f3d commit 6e3d06a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified e2e/one-page.spec.ts-snapshots/one-page-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 e2e/one-page.spec.ts-snapshots/one-page-1-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export default defineConfig({
},

timeout: 60 * 1000,
expect: {
timeout: 30 * 1000,
},

/* Configure projects for major browsers */
projects: [
Expand Down

0 comments on commit 6e3d06a

Please sign in to comment.