@Test public void checkShowOnDashboardOption() throws InterruptedException { cp.clickControlPanelSetupLink(); cps.clickDisplayOnDashboardCheckBox("New account", true); }
@After public void finilize() { cp.tearDown(); }
@Before public void initialize() { cp.setUp(); cp.MainLogin("testhome", "homemoney"); }