Actions
Bug #34692
closed[RFE] ouia-ID for content view table (edit)
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
The content view table and contentview version table 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 a cv
2. right click to inspect element on cv and cvv table
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