Skip to content
Snippets Groups Projects
Commit 8ed50e42 authored by lobo's avatar lobo
Browse files

Merge pull request #1685 from monishdeb/43Webtestfixes

WebTest fixed for v4.3
parents 099e0e1e 565761e7
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