Description of problem:
To be able to properly test user event notifications, some elements in 'Add Event Notification' dialog need to be updated with static IDs or similar sort of static identifier.
Version-Release number of selected component (if applicable):
rhevm-webadmin-portal-3.1.0-22.el6ev.noarch (SI22.1)
How reproducible:
Always
Steps to Reproduce:
1. Open 'Add Event Notification' dialog: go to Users tab - select some user - go to Event Notifier sub-tab - click on Manage Events.
Actual results:
All check boxes and drop-down buttons lack some static identifier.
Expected results:
All check boxes and drop-down buttons should have some sort of static identifier, no matter if it is an HTML 'id', 'class' or other attribute.
Additional info:
See attached screenshot, where the needed elements are marked.
Created attachment 634993[details]
Add Event Notification with marked elements without static identifiers
Seems like the attachment in comment#0 wasn't uploaded, sending again.
Verified in rhevm-3.2.0-10.25.beta3.el6ev (sf16).
"Add Event Notification" dialog: all checkboxes in the tree-list now have static IDs in format "ManageEventsPopupView_tree_root<X>_node<Y>".
With these identifiers the testing of user event notifications can be now automated.