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

SWE-2 / SP-263: Make screenshots available in Hudson

SVN: 26492
parent 98f173f8
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ public abstract class SeleniumTest ...@@ -55,7 +55,7 @@ public abstract class SeleniumTest
{ {
driver = new FirefoxDriver(); driver = new FirefoxDriver();
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
delete(new File("targets/selenium")); delete(new File("targets/dist"));
} }
@AfterSuite @AfterSuite
......
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