This commit is contained in:
Michael Suzuki
2014-09-05 17:20:30 +01:00
parent f3df237cf0
commit 84e8fd5ae7

View File

@@ -52,7 +52,7 @@ public class Demo
HelloWorldPage page = new HelloWorldPage(driver); HelloWorldPage page = new HelloWorldPage(driver);
Assert.assertNotNull(page); Assert.assertNotNull(page);
Assert.assertTrue(page.isTitleVisible()); 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 * Message should include the directory name