Webtest Fix- Master
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AdvanceSearchPaneTest.php
index ba76908d72b7ee61dea97ec87979e93daa00c624..f51b74f2e16a52432d310a7a992bf06468d3bb91 100644 (file)
@@ -327,7 +327,7 @@ class WebTest_Contact_AdvanceSearchPaneTest extends CiviSeleniumTestCase {
           'title' => 'Memberships',
           'fields' => array(
             'Membership Type' => array(
-              'type' => 'multiselect2',
+              'type' => 'select2',
               'locator' => 'membership_type_id',
               'values' => array(array('General', 'Student')),
             ),