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

SWE-2 / SP-263: Forgotten commit.

SVN: 26539
parent 75b4a374
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,10 @@ public abstract class SeleniumTest
@BeforeSuite
public void initWebDriver()
{
System.setProperty("webdriver.firefox.bin",
"/Users/anttil/Desktop/Firefox 10.app/Contents/MacOS/firefox");
// System.setProperty("webdriver.firefox.bin",
// "/Users/anttil/Desktop/Firefox 10.app/Contents/MacOS/firefox");
System.setProperty("webdriver.firefox.profile", "default");
// System.setProperty("webdriver.firefox.profile", "default");
driver = new FirefoxDriver();
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
......
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