Skip to content

Commit

Permalink
Adapted tests to work better for the CD demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 29, 2012
1 parent f6bf5fe commit 019435f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;

@DefaultUrl("http://localhost:9090/new")
@DefaultUrl("http://localhost:9090/gameoflife/new")
public class EnterGridPage extends GameOfLifePage {

@FindBy(id = "submit")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;

@DefaultUrl("http://localhost:9090")
@DefaultUrl("http://localhost:9090/gameoflife")
public class GameOfLifePage extends PageObject {

@FindBy(linkText = "home")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;

@DefaultUrl("http://localhost:9090/home")
@DefaultUrl("http://localhost:9090/gameoflife/home")
public class HomePage extends GameOfLifePage {

@FindBy(linkText = "New Game")
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<targetJdk>1.6</targetJdk>
<github.account>wakaleo</github.account>
<thucydides.version>0.9.22</thucydides.version>
<jelastic.context>gameoflife</jelastic.context>
</properties>

<scm>
Expand Down Expand Up @@ -134,10 +135,9 @@
<configuration>
<email>${jelastic.username}</email>
<password>${jelastic.password}</password>
<context>gameoflife</context>
<context>${jelastic.context}</context>
<environment>wakaleo</environment>
<api_hoster>app.jelastic.servint.net</api_hoster>
<finalName>gameoflife</finalName>
</configuration>
</plugin>

Expand Down

0 comments on commit 019435f

Please sign in to comment.