We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16ec09 commit 40e9124Copy full SHA for 40e9124
cypress/cypress.config.js
@@ -30,4 +30,5 @@ export default defineConfig({
30
specPattern: 'e2e/**/*.cy.{js,jsx,ts,tsx}',
31
supportFile: 'support/index.js',
32
},
33
+ defaultCommandTimeout: 10000,
34
});
0 commit comments