mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-01 14:41:57 +00:00
fix test
This commit is contained in:
@@ -52,7 +52,7 @@ public class Demo
|
||||
HelloWorldPage page = new HelloWorldPage(driver);
|
||||
Assert.assertNotNull(page);
|
||||
Assert.assertTrue(page.isTitleVisible());
|
||||
Assert.assertEquals("Welcome to Summit 2014", page.getTitle());
|
||||
Assert.assertEquals("Welcome to Demoamp", page.getTitle());
|
||||
}
|
||||
/**
|
||||
* Message should include the directory name
|
||||
|
Reference in New Issue
Block a user