Fix for webtest: WebTest_Import_ContactSubtypeTest::testHouseholdSubtypeImport
authorRohan Katkar <rohan.katkar@webaccessglobal.com>
Tue, 21 Oct 2014 08:44:38 +0000 (14:14 +0530)
committerRohan Katkar <rohan.katkar@webaccessglobal.com>
Tue, 21 Oct 2014 08:44:38 +0000 (14:14 +0530)
tests/phpunit/WebTest/Import/ImportCiviSeleniumTestCase.php

index 7fb9f49ea7283460b529485b8e49cf2596491104..1390995bfbe2553fb5bab945045be687c7003412 100644 (file)
@@ -245,7 +245,7 @@ class ImportCiviSeleniumTestCase extends CiviSeleniumTestCase {
 
     // Select contact subtype
     if (isset($other['contactSubtype'])) {
-      $this->waitForElementPresent("css=#subType option[value={$other['contactSubtype']}]");
+      $this->waitForElementPresent("xpath=//div[@id='common-form-controls']/table/tbody/tr[1]/td[2]/span");
       $this->select('subType', $other['contactSubtype']);
     }