-
Notifications
You must be signed in to change notification settings - Fork 352
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
Update several TreeView unit tests #9825
Comments
A few other things we might want to address in the TreeViewListItem tests
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Some tests could be added per updates made in #10220 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Describe the enhancement or change
Followup to #9773, some tests could use some updating
getByText(...).tagName.toBe("BUTTON")
so that they use getByRole("button") insteaduser.click
event, otherwise just check that the tabindex attribute is applied to the correct elementgetByrole('separator')
is in the doc, and update "Does not render toolbar content when toolbar prop is not passed" test to check thatqueryByText...
is not in the docgetByRole('button')
calls are also passing in the{name: ...}
options objectIs this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
The text was updated successfully, but these errors were encountered: