Skip to content
Snippets Groups Projects
Commit 02667514 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

webtest fixes for --filter=testSearchBuilderMembershipType WebTest_Contact_SearchBuilderTest

parent eea6f5de
Branches
Tags
No related merge requests found
......@@ -479,9 +479,7 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase {
$this->clickLink('_qf_Builder_refresh');
$this->waitForText('search-status', "1 Contact");
$this->click("xpath=//div[@class='crm-accordion-header crm-master-accordion-header']");
$this->waitForElementPresent("xpath=//span[@id='crm_search_value_1_1']/select");
$this->select("xpath=//span[@id='crm_search_value_1_1']/select", "label=Grace");
$this->enterValues(1, 2, 'Membership', 'Membership Status', NULL, '=', array('Grace'));
$this->clickLink('_qf_Builder_refresh');
$this->waitForText('search-status', "1 Contact");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment