Actions
Bug #35411
closedouia-ID for tile cards in the new host details page
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Description of problem:
The tile cards for new host details page does not have ouia-ID. This is needed for a static id so automation can be written and executed cleanly. Currently satellite has dynamic ouia component id which makes writing automation difficult due to it's changing id nature.
Version-Release number of selected component (if applicable):
7.0 snap 11
How reproducible:
100%
Steps to Reproduce:
1. create and sync a host
2. go to host details page
3. right click and inspect element
Actual results:
DOM only contains dynamic ouia component ID
Expected results:
DOM should also contain ouia-ID prop for static id
Additional info:
This change will help QE write more stable automation for the PF4 changes
Actions