While pressKey('enter') works fine, pressKey('Enter') does nothing #7871
Labels
FREQUENCY: level 1
Good first issue
quick win
SYSTEM: automations
TYPE: bug
The described behavior is considered as wrong (bug).
What is your Scenario?
Press the 'Enter' key in the content's editable area.
What is the Current behavior?
.pressKey('enter') is working fine. However, .pressKey('Enter') does nothing, and there is no error in this case.
What is the Expected behavior?
The .pressKey('Enter') action should work. Or, it should throw an error like "Incorrect key combination".
What is your public website URL? (or attach your complete example)
What is your TestCafe test code?
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
3.0.1
Node.js version
No response
Command-line arguments
npx testcafe chrome content-editable.js
Browser name(s) and version(s)
Chrome
Platform(s) and version(s)
No response
Other
No response
The text was updated successfully, but these errors were encountered: