-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action keyboard events doesn't have event.key
and event.keyIdentifier
set
#993
Comments
I'm working on this |
We need to dispatch events with Another situation with other 3 sites - jquery |
… simulator, updated hammerhead version (closes DevExpress#993)
event.key
and event.keyIdentifier
set
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
… simulator, updated hammerhead version (closes DevExpress#993) (DevExpress#1019) * Added 'event.key' and 'event.keyIdenfitifiers' properties to keypress simulator, updated hammerhead version (closes DevExpress#993) * Remarks fixed * Tests refactored * One more fix * Fix the fixture and test names
Test code
I expect after
pressKey('enter')
action a new item was added to a list.But it doesn't happen.
In hammerhead-playground all works good (I checked on DevExpress/testcafe-hammerhead@bb719bd commit)
The text was updated successfully, but these errors were encountered: