Actions
Bug #27559
closed"Log in" button on login screen used to have 'name="commit"` and new version of login form do not have it
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
JavaScript stack
Target version:
-
Description
Satellite 6.6 have login button like this:
<input type="submit" name="commit" value="Log In" class="btn btn-primary" data-disable-with="Log In">
New form have:
<button type="submit" disabled="" class="login-pf-submit-button btn btn-lg btn-primary btn-block">Log In</button>
QE UI automation is using that:
Would it be possible to put "name=" back or add "id=" (generally, QE would like to have ID on every functional form component)?
Actions