-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
6.18.0
Description of problem:
In the new IoP vulnerability-ui components, in WebUI, the wizard elements such as Table don't have their data-ouia-component-id specified and as a result, e.g. the table has data-ouia-component-id as OUIA-Generated-Table-2, but after closing and opening it again, it becomes OUIA-Generated-Table-3 . That's wrong and causes trouble in automation.
How reproducible:
Always
Is this issue a regression from an earlier version:
Steps to Reproduce:
- Install Satellite 6.18 with IoP
- Navigate to Red Hat Lightspeed > Vulnerability
- Investiagate the locator in Devtool for vulnerabilty table, and check data-ouia-component-id
Actual behavior:
Upon inspecting fields/table, you see they don't have unique OUIA ids in DOM
Expected behavior:
There should be fixed OUIA ids assigned to vulnerability-ui components
Business Impact / Additional info: