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

soft credit fixes for WebTest_Contribute_UpdatePendingContributionTest

parent fd40e2c2
No related branches found
No related tags found
No related merge requests found
......@@ -106,11 +106,7 @@ class WebTest_Contribute_UpdatePendingContributionTest extends CiviSeleniumTestC
$this->type("trxn_id", "P20901X1" . rand(100, 10000));
// soft credit
$this->type("soft_credit_to", $softCreditFname);
$this->fireEvent("soft_credit_to", "focus");
$this->click('soft_credit_to');
$this->waitForElementPresent("css=div.ac_results-inner li");
$this->click("css=div.ac_results-inner li");
$this->webtestFillAutocomplete("{$softCreditLname}, {$softCreditFname}", 'soft_credit_contact_1');
//Custom Data
//$this->click('CIVICRM_QFID_3_6');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment