Skip to content

Commit

Permalink
Run tests on dev-imeji (again)
Browse files Browse the repository at this point in the history
- Bug 'Firefox crashing on Jenkins (NoSuchSessionException)' does not
appear on qa-imeji
- With the fix for ticket #40 Firefox should not crash on dev-imeji
anymore
  • Loading branch information
helkv committed Mar 11, 2019
1 parent ff725b1 commit 84733b1
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 84733b1

Please sign in to comment.