Webtest fixes
[civicrm-core.git] / tests / phpunit / WebTest / Contact / SearchBuilderTest.php
index 6a708b0405023495ee6605866d9820264f44ccd5..e2892c30694e886fd9a894989c9c4d992a846f61 100644 (file)
@@ -268,7 +268,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase {
     //advanced search by selecting the contactType
     $this->openCiviPage("contact/search/advanced", "reset=1");
     if (isset($contactType)) {
-      $this->select("id=crmasmSelect0", "value=$contactType");
+      $this->select("id=contact_type", "value=$contactType");
     }
     if (substr($field, 0, 5) == 'note_') {
       $this->click("notes");