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.
Actions