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

soft credit fixes for WebTest_Contribute_ContactContextAddTest

parent 13dff995
No related branches found
No related tags found
No related merge requests found
......@@ -107,11 +107,7 @@ class WebTest_Contribute_ContactContextAddTest extends CiviSeleniumTestCase {
$this->type("trxn_id", "P20901X1" . rand(100, 10000));
// soft credit
$this->click("soft_credit_to");
$this->type("soft_credit_to", $softCreditFname);
$this->typeKeys("soft_credit_to", $softCreditFname);
$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->waitForElementPresent('CIVICRM_QFID_3_6');
......
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