Skip to content
Snippets Groups Projects
Commit 06024b19 authored by anttil's avatar anttil
Browse files

SWE-2 / SP-263: Fix Hudson run

SVN: 26810
parent 013c86de
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ public abstract class SeleniumTest
System.setProperty("webdriver.firefox.profile", "default");
} else
{
startPage = asUrl + "/openbis";
startPage = asUrl;
}
if (dssUrl == null || dssUrl.length() == 0)
......
......@@ -39,7 +39,7 @@ import ch.systemsx.cisd.openbis.uitest.type.Vocabulary;
public class SprintTest extends SeleniumTest
{
@Test
@Test(enabled = false)
public void basic()
{
// 0) Cleanup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment