chore(DescriptionList): added keyboard interaction cypress test#11689
Conversation
|
I have added keyboard testing for |
|
Preview: https://patternfly-react-pr-11689.surge.sh A11y report: https://patternfly-react-pr-11689-a11y.surge.sh |
|
@Mash707 We should, yes. Since the help text is given the semantic role of a button, we want to ensure it behaves like a button would where both Enter and Space key can trigger/activate a button. |
thatblindgeye
left a comment
There was a problem hiding this comment.
This looks good. In addition to the above, can we just update the test that was already there to have a description of "Verify list with help text triggered with mouse", and have the new test(s) for keyboard match similarly?
Sure, will update the description. |
8a0de0b to
9bbe6a8
Compare
* chore(DescriptionList): added keyboard interaction cypress test * added test for spacebar
Closes #11554