X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FCampaign%2FMailingTest.php;h=af1e18951995aca78f4b5fad58ce36e95e41705a;hb=999b8fd47075b59c18fd7888cede262865046b4b;hp=fb1d8caffb8950023afe94fd7cd2d3eabafc162f;hpb=6cfe1eeb6c2001553e531cafd09ef40be5634046;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Campaign/MailingTest.php b/tests/phpunit/WebTest/Campaign/MailingTest.php index fb1d8caffb..af1e189519 100644 --- a/tests/phpunit/WebTest/Campaign/MailingTest.php +++ b/tests/phpunit/WebTest/Campaign/MailingTest.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -158,13 +158,15 @@ class WebTest_Campaign_MailingTest extends CiviSeleniumTestCase { $this->click("xpath=//button[@title='Close']"); //--------track and respond---------- - $this->click("xpath=//ul/li/a[text()='Tracking']"); + $this->waitForAjaxContent(); + $this->click('link=Tracking'); $this->assertChecked("url_tracking"); $this->assertChecked("open_tracking"); // no need tracking for this test // default header and footer ( with label ) - $this->click("xpath=//ul/li/a[text()='Header and Footer']"); + $this->waitForAjaxContent(); + $this->click('link=Header and Footer'); $this->select("header_id", "label=Mailing Header"); $this->select("footer_id", "label=Mailing Footer");