Hide Forgot
All of the TreeGrid items in the Inventory pane is not responsive to any selenium generated clicks. The selenium code executes the click fine, but nothing is loaded in the actual UI. So any items in groups (All Groups, Compat Groups, Mixed Groups, etc...) and resources (Platform, Servers, Services, etc...) doesn't work w/ selenium. This problem was discovered on 1/7/11 build. The scenario was then retested against 12/13 build and the same problem persists.
The SmartGWT library in rhq has been upgraded from 2.2 to 2.4. To get the selenium().click() actions to execute correctly you will need to go through the following instructions to make sure you update all references to use smartgwt 2.4: http://www.rhq-project.org/display/RHQ/Testing+SmartGWT+with+Selenium#TestingSmartGWTwithSelenium-SampleScripts The following line of com.redhat.qe.jon30.locators.UIElements needs to be updated as follows because of recent changes in the GWT Dashboard: public Element dashboardButton = new Element("Identifier=Dashboard"); to public Element dashboardButton = new Element("Identifier=Dashboards"); These changes should remove the problem that you've reported.
verified by visual inspection of hudson integration test results http://hudson.rhq.lab.eng.bos.redhat.com:8080/hudson/view/qe-RHQ/job/overnight-rhq-4.0/TestNG_Report/
Bookkeeping - closing bug - fixed in recent release.