Skip to content

Commit

Permalink
test: remove pageLoadTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Aug 22, 2024
1 parent 2e238dd commit 7769745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default defineConfig({
setupNodeEvents(on) {
on('file:preprocessor', vitePreprocessor(path.resolve(__dirname, './vite.config.ts')))
},
defaultCommandTimeout: 10_000, // https://docs.cypress.io/guides/references/configuration#Timeouts
pageLoadTimeout: 10_000
defaultCommandTimeout: 10_000 // https://docs.cypress.io/guides/references/configuration#Timeouts
},
component: {
indexHtmlFile: 'tests/support/component-index.html',
Expand Down

0 comments on commit 7769745

Please sign in to comment.