Skip to content

Commit

Permalink
Run tests on dev-imeji
Browse files Browse the repository at this point in the history
  • Loading branch information
helkv committed Sep 30, 2019
1 parent a36a45a commit 0e1b3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/base/SeleniumTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public class SeleniumTestSuite {

public static final String LOCAL_IMEJI = "http://localhost:8080/imeji/";

public static final String TEST_ENV_URL = QA_IMEJI;
// public static final String TEST_ENV_URL = DEV_IMEJI;
// public static final String TEST_ENV_URL = QA_IMEJI;
public static final String TEST_ENV_URL = DEV_IMEJI;
// public static final String TEST_ENV_URL = QA_CESAR;
// public static final String TEST_ENV_URL = LOCAL_IMEJI;

Expand Down

0 comments on commit 0e1b3d6

Please sign in to comment.