Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Direct-dial the index.xhtml because sometimes CI fails to follow the …
Browse files Browse the repository at this point in the history
…redirect in the meta.
  • Loading branch information
bobmcwhirter committed Dec 23, 2015
1 parent e07cb29 commit fb5846c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ public class JSFApplicationIT extends AbstractIntegrationTest {

@Test
public void testIt() {
browser.navigate().to("http://localhost:8080/");
browser.navigate().to("http://localhost:8080/index.xhtml");
assertThat(browser.getPageSource()).contains("WildFly Swarm Facelet");
assertThat(browser.getPageSource()).contains("Hello from JSF");
assertThat(browser.getPageSource()).contains("Powered by WildFly Swarm");
Expand Down

0 comments on commit fb5846c

Please sign in to comment.