Skip to content

Commit

Permalink
Add alias defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Jul 30, 2020
1 parent 7393711 commit aeaff7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/driver/src/cy/commands/actions/click.js
Expand Up @@ -55,8 +55,12 @@ module.exports = (Commands, Cypress, cy, state, config) => {
waitForAnimations: config('waitForAnimations'),
animationDistanceThreshold: config('animationDistanceThreshold'),
ctrlKey: false,
controlKey: false,
altKey: false,
optionKey: false,
shiftKey: false,
metaKey: false,
commandKey: false,
cmdKey: false,
...defaultOptions,
})
Expand Down

0 comments on commit aeaff7e

Please sign in to comment.