Done
Details
Details
Assignee
John Coburn
John CoburnReporter
Niels Erik Nielsen
Niels Erik NielsenLabels
Priority
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 17, 2017 at 9:09 AM
Updated November 20, 2019 at 9:20 AM
Resolved February 14, 2018 at 8:28 PM
Currently the automated tests look for the button in authority lists by button label. This is brittle due to the buttons labels being subject to change.
Would be great if we could give them unique ID's
In the context of the button, do we now the name of the list it applies to? Then it could be
id="clickable-patrongroup-add"
If we don't know the particular list here, could we then assign the surrounding container id="authority-list-patrongroup" ?
But if we ever had multiple authority lists in the same page, then merely assigning the button within that container the id="clickable-add" would break, I guess.