Skip to content

Commit

Permalink
Merge pull request #10 from jharting/SEAMINTL-46
Browse files Browse the repository at this point in the history
SEAMINTL-46
  • Loading branch information
kenfinnigan committed Jun 9, 2011
2 parents ab3fe7e + 4aa13bb commit 0913f92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ public void openStartUrl() throws MalformedURLException {
@Test
public void testHomeLink() {
waitHttp(selenium).click(HOME_LINK);
assertTrue(selenium.isTextPresent("this is an example application that shows some"),
assertTrue(selenium.isTextPresent("This example application demonstrates several features of the Seam International module."),
"The page should contain a description of the application");
}

Expand Down

0 comments on commit 0913f92

Please sign in to comment.