Skip to content

Commit

Permalink
Run tests on dev-imeji
Browse files Browse the repository at this point in the history
- Run tests on dev-imeji (again)
  • Loading branch information
helkv committed Mar 12, 2019
1 parent f970971 commit e44517c
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 @@ -41,8 +41,8 @@ public class SeleniumTestSuite {

public static final String DEV_IMEJI = "https://dev-imeji.mpdl.mpg.de/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;

private static final Logger log4j = LogManager.getLogger(SeleniumTestSuite.class.getName());
Expand Down

0 comments on commit e44517c

Please sign in to comment.