}
@Test
public void testFramework() {
SampleFrameworkResultPage resultPage = launchSampleFramework();
assertTrue("Expected the main container to be displayed", checkMainContent(resultPage));
assertTrue("Expected tree to be displayed", checkTree(resultPage));
if(getTestEnvironment().isSmartCloud())
assertTrue("Expected the smartcloud navigation bar to be present", checkSmartcloudNavBar(resultPage));