Andrii Tkach created AMBARI-24242:
-------------------------------------
Summary: data-qa attribute present not for all properties
Key: AMBARI-24242
URL: https://issues.apache.org/jira/browse/AMBARI-24242
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.7.0
Reporter: Andrii Tkach
Assignee: Andrii Tkach
Fix For: 2.7.0
data-qa attribute present not for all properties
Example with the attribute:
{code}
<input id="ember38283" class="ember-view ember-text-field form-control col-md-9
long-input" data-qa="manage.include.files" type="text" value="false"
data-original-title="" title="">
{code}
Example without attribute:
{code}
<input id="ember39059" class="ember-view ember-text-field form-control"
placeholder="Type password" type="password" value="">
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)