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

soft credit fixes for WebTest_Contribute_AddPricesetTest

parent 04528c02
No related branches found
No related tags found
No related merge requests found
......@@ -583,10 +583,8 @@ class WebTest_Contribute_AddPricesetTest extends CiviSeleniumTestCase {
$this->type('trxn_id', 'P20901X1' . rand(100, 10000));
$this->type('soft_credit_to', "$lastNameSoft, $firstNameSoft");
$this->click('soft_credit_to');
$this->waitForElementPresent("css=div.ac_results-inner li");
$this->click("css=div.ac_results-inner li");
$this->webtestFillAutocomplete("{$lastNameSoft}, {$firstNameSoft}", 'soft_credit_contact_1');
//Additional Detail section
$this->click('AdditionalDetail');
$this->waitForElementPresent('thankyou_date');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment