Actions
Bug #38790
closedAllow TableIndexPage to accept and pass through a custom ouiaId prop
Description
The Table component sets ouiaId="table" by default, and TableIndexPage does not provide a way to override it. As a result, every table rendered through TableIndexPage ends up with the same data-ouia-component-id, which is stable but not unique across different pages.
For QE and automated testing, it would be helpful if each page could set a unique and predictable data-ouia-component-id for its table.
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10709 added
Updated by Pavan Soma Shekar 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3a08423b2e2a8eee7b7c0e3a6dee04cd8ed4f326.
Actions