// Go for Ckeck Your Editor, Click on Send Mail
$this->click("//a[@id='crm-contact-actions-link']/span");
- $this->clickLink('link=Send an Email', 'subject');
+ //after clicking on 'Send an Email', wait for the text in tinymce editor to load
+ $this->clickLink('link=Send an Email', "xpath=//body[@id='tinymce']/p[2]");
$this->click('subject');
$subject = 'Subject_' . substr(sha1(rand()), 0, 8);
$this->waitForElementPresent("_qf_Fee_upload-bottom");
$this->assertChecked('is_pay_later');
$this->click("CIVICRM_QFID_0_is_monetary");
- $this->click("_qf_Fee_upload-bottom");
- $this->waitForElementPresent("_qf_Fee_upload-bottom");
+ $this->clickLink("_qf_Fee_upload-bottom", "_qf_Fee_upload-bottom");
//check if pay later option is disabled
$this->click('CIVICRM_QFID_1_is_monetary');