Global webtest cleanup
[civicrm-core.git] / tests / phpunit / WebTest / Financial / FinancialAccountTypeTest.php
index 90083be3f3bd2181efc1aa0b6492dfc55e9b7cb6..97c4da11084242e3468ea6eff65f7c982f9d5c98 100644 (file)
@@ -32,7 +32,6 @@ class WebTest_Financial_FinancialAccountTypeTest extends CiviSeleniumTestCase {
   function testFinancialAccount() {
     // To Add Financial Account 
     // class attributes.
-    $this->open($this->sboxPath);
     
     // Log in using webtestLogin() method
     $this->webtestLogin();
@@ -160,4 +159,4 @@ class WebTest_Financial_FinancialAccountTypeTest extends CiviSeleniumTestCase {
     //delete financialtype
     $this->addeditFinancialType($financialType , 'Delete');
   }
-}
\ No newline at end of file
+}