Skip to content

Commit

Permalink
Fix typo in Firefox name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Aug 19, 2020
1 parent d9a68bf commit a6e8763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/src/cy/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ export class Keyboard {
let constructor = win[eventConstructor]

// When event constructor doesn't exist, fallback to KeyboardEvent.
// It's necessary because FireFox doesn't support InputEvent.
// It's necessary because Firefox doesn't support InputEvent.
if (typeof constructor !== 'function') {
constructor = win['KeyboardEvent']
}
Expand Down

0 comments on commit a6e8763

Please sign in to comment.