Hide Forgot
Description of problem: In order to make UI automation simpler (finding elements in the web ui), we rely on very specific CSS IDs (unique) so that we can click on things via Selenium's web driver. When CSS is not available, then we need to resort to xpath which uses more resources... sometimes, there's nothing unique even using xpath and then we need to rely on the order of the items (eg. second LI item from UL with clas FOO). I'd like to request that all menus and submenus get a unique ID so that we can navigate through the menus and start testing localization as well (so we don't have to rely on text). Version-Release number of selected component (if applicable): Current code How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
After discussing this with omaciel we have agreed that this bug will address the top level menu items and the old dialog confirmation/cancel buttons.
This has been done in Foreman.