Skip to content
Snippets Groups Projects
Commit 565761e7 authored by monishdeb's avatar monishdeb
Browse files

Webtest fixes for 43

parent bcaf9194
No related branches found
No related tags found
No related merge requests found
......@@ -375,6 +375,7 @@ class WebTest_Member_OfflineMembershipAddPricesetTest extends CiviSeleniumTestCa
$amount = $this->getText("xpath=//div[@id='priceset']/div[2]/div[2]/div[$i]/span/label/span[@class='crm-price-amount-amount']");
$this->type('source', 'Offline membership Sign Up Test Text');
$this->waitForElementPresent('recordContribution');
$this->click('_qf_Membership_upload-bottom');
$this->waitForElementPresent("xpath=//div[@id='memberships']//table/tbody/tr");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment