#8946 RFE: Add label name to Certificates section in WebUI to enable testing
Closed: fixed a year ago by carlmart. Opened 2 years ago by mpolovka.

Request for enhancement

For testing purposes and uniformity, Certificates label should also have name attribute, like seen in other parts of the WebUI source (see lower)

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)

<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.

2021-08-05T14_24_49.123190_test_user_test_certificate_serial.png


Metadata Update from @mpolovka:
- Issue assigned to pvoborni

2 years ago

Metadata Update from @carlmart:
- Issue assigned to carlmart (was: pvoborni)

2 years ago

master:

  • b76bb19 webui: Add label name to 'Certificates' section
  • 746a036 ipatests: Test newly added certificate lable
  • f15da10 webui: Add name to 'Certificates' table

ipa-4-10:

  • 54470c6 webui: Add label name to 'Certificates' section
  • 580e62a ipatests: Test newly added certificate lable
  • 813df68 webui: Add name to 'Certificates' table

Metadata Update from @carlmart:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

a year ago

ipa-4-9:

  • 98eda97 webui: Add label name to 'Certificates' section
  • c0b438b ipatests: Test newly added certificate lable
  • 76c8b47 webui: Add name to 'Certificates' table

Login to comment on this ticket.

Metadata