[jboss-jira] [JBoss JIRA] (AS7-3186) Admin console: HTML code inconsistency causing automated tests to fail
Jan Martiska (Created) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 09:24:10 EST 2012
Admin console: HTML code inconsistency causing automated tests to fail
----------------------------------------------------------------------
Key: AS7-3186
URL: https://issues.jboss.org/browse/AS7-3186
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.CR1b
Reporter: Jan Martiska
Assignee: Pavel Slegr
Run AS7 in Domain mode. Navigate to Runtime/Status/Domain Status
- the item "Server Instances" in the menu has a different HTML code than others.
<div class="gwt-HTML">Server Instances</div>
compared to other nodes, e.g. JVM Status:
<div style="display: inline; " class="gwt-TreeItem" role="treeitem" id="gwt-uid-6" aria-level="2" aria-setsize="2" aria-posinset="2" aria-selected="true">JVM Status</div>
Selenium tests try to locate these items using the class gwt-TreeItem and role "treeitem", these should be applied to "Server Instances" menu item too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list