You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue. What is the expected and unexpected behavior?
In the cypress test suite, testing for certain keyboard interactions such as tab and pressing space/enter was finicky for me. I could get it to work every once in a while, but after much experimentation and trying various approaches I settled for using click as a last resort. The functionality seems to work fine in the components themselves, just that I haven't found a way to verify it and reproduce the interaction flow from within cypress. The components I've noticed this in are Modal and Form.
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Try to trigger the same interaction in the links I posted above with a keypress event.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
It seems like maybe a bug with cypress, but maybe I'm just doing it wrong?
What is your product and what release version are you targeting?
Ongoing PF development
Describe the issue. What is the expected and unexpected behavior?
In the cypress test suite, testing for certain keyboard interactions such as tab and pressing space/enter was finicky for me. I could get it to work every once in a while, but after much experimentation and trying various approaches I settled for using click as a last resort. The functionality seems to work fine in the components themselves, just that I haven't found a way to verify it and reproduce the interaction flow from within cypress. The components I've noticed this in are Modal and Form.
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
Try to trigger the same interaction in the links I posted above with a keypress event.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
It seems like maybe a bug with cypress, but maybe I'm just doing it wrong?
What is your product and what release version are you targeting?
Ongoing PF development
Related to #5081
The text was updated successfully, but these errors were encountered: