1 19 20 package org.apache.geronimo.testsuite.console; 21 22 import org.testng.annotations.Test; 23 24 29 @Test 30 public class ConfigManagerPortletRARTest 31 extends ConsoleTestSupport 32 { 33 @Test 34 public void testConfigManagerRARLink() throws Exception { 35 login(); 36 37 selenium.click("link=J2EE Connectors"); 38 selenium.waitForPageToLoad("30000"); 39 assertEquals("Geronimo Console", selenium.getTitle()); 40 assertEquals("Installed J2EE Connectors", selenium.getText( 41 "xpath=/html/body/table[@id='rootfragment']/tbody/tr[2]/td/table/tbody/tr[2]/td[4]/table/tbody/tr[1]/td/table/tbody/tr[1]/td/div/table/tbody/tr/td[2]/table/tbody/tr/td[1]/strong")); 42 43 logout(); 44 } 45 } 46 | Popular Tags |