For testing purposes and uniformity, Certificates label should also have name attribute, like seen in other parts of the WebUI source (see lower)
Certificates
name
Current Certificates section
<div class="form-group"> <div class="col-sm-3 control-label"> <label class="">Certificates</label> </div> ... </div>
Current User authentication types section (notice the name attribute)
User authentication types
<div class="col-sm-3 control-label"> <label name="ipauserauthtype" class="">User authentication types <span data-toggle="tooltip" data-original-title="" title=""><i class="fa fa-info-circle"></i></span> </label> </div>
which enables us to use selectors like div[name="ipauserauthtype"] input[value=... in testing. However, aforementioned Certificates section is currently impossible to pinpoint, which blocks testing of this particular element.
div[name="ipauserauthtype"] input[value=...
Metadata Update from @mpolovka: - Issue assigned to pvoborni
Metadata Update from @carlmart: - Issue assigned to carlmart (was: pvoborni)
master:
ipa-4-10:
Metadata Update from @carlmart: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
ipa-4-9: