//----------end New Mailing-------------
//check redirected page to Scheduled and Sent Mailings and verify for mailing name
- $this->assertElementContainsText('page-title', "Scheduled and Sent Mailings");
+ $this->assertElementContainsText('page-title', "Find Mailings");
$this->assertElementContainsText('Search', "Mailing $mailingName Webtest");
//--------- mail delivery verification---------
$profilefield = array(
'middle_name' => 'middle_name',
- 'gender' => 'gender',
+ 'gender_id' => 'gender_id',
);
$location = 0;
$type = "Individual";
$this->type("custom_" . $customId[2], "lname_custom1");
$this->type("middle_name", "xyz");
- $this->click("name=gender value=2");
+ $this->click("name=gender_id value=2");
$this->select("participant_role", "value=2");
$this->click("_qf_Register_upload-bottom");
$this->type("custom_" . $customId[2], "lname_custom1");
$this->type("middle_name", "xyz");
- $this->click("name=gender value=2");
+ $this->click("name=gender_id value=2");
$this->select("participant_role", "value=2");
$this->click("_qf_Register_upload-bottom");
//----------end New Mailing-------------
//check redirected page to Scheduled and Sent Mailings and verify for mailing name
- $this->assertElementContainsText('page-title', "Scheduled and Sent Mailings");
+ $this->assertElementContainsText('page-title', "Find Mailings");
$this->assertElementContainsText("xpath=//table[@class='selector']/tbody//tr//td", "Mailing $mailingName Webtest");
//--------- mail delivery verification---------