diff --git a/packages/driver/src/cy/commands/actions/click.js b/packages/driver/src/cy/commands/actions/click.js index 9eaf597f6e1a..3cfd893a6629 100644 --- a/packages/driver/src/cy/commands/actions/click.js +++ b/packages/driver/src/cy/commands/actions/click.js @@ -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, })