#2853 Delegation Validation Error dialog does not have an id
Closed: Fixed None Opened 11 years ago by nkrishnan.

When writing automated tests for UI, specifically - for Delegation, came across a Validation Error, but this window does not have a div id. If a duplicate Delegation name is added, the window has a div id of error_dialog. Would be nice for this Validation error dialog to have a div id by which it can be addressed....error_dialog, or any other name.

<div class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 56.4px; height: auto;">
<p>Input form contains invalid or missing values.</p>
</div>

versus

<div id="error_dialog" class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 56.4px; height: auto;">
<p>This entry already exists</p>
</div>

Metadata Update from @nkrishnan:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 3.0 Beta 2

7 years ago

Login to comment on this ticket.

Metadata