Skip to content

Commit

Permalink
tests(cypress): try making tests faster
Browse files Browse the repository at this point in the history
  • Loading branch information
emile-bex committed Aug 22, 2023
1 parent 47caa7c commit 95db65c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ import './commands';

// Alternatively you can use CommonJS syntax:
// require('./commands')

// eslint-disable-next-line no-undef
Cypress.Keyboard.defaults({
keystrokeDelay: 0,
});

0 comments on commit 95db65c

Please sign in to comment.