X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FAdmin%2FForm%2FScheduleReminderTest.php;h=63b743137cda1c6929c6a01338ef9b2ddc7e0af2;hb=d92623decb352eab5b403d0c9cab181a831bfaac;hp=a330f0f1ef39b571039b012beb0451c6f88ef14a;hpb=13c1cf91881e22bbcc38024c645736a3fc6fad4a;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Admin/Form/ScheduleReminderTest.php b/tests/phpunit/WebTest/Admin/Form/ScheduleReminderTest.php index a330f0f1ef..63b743137c 100644 --- a/tests/phpunit/WebTest/Admin/Form/ScheduleReminderTest.php +++ b/tests/phpunit/WebTest/Admin/Form/ScheduleReminderTest.php @@ -1,9 +1,9 @@ click('_qf_ScheduleReminders_next-bottom'); $this->waitForPageToLoad($this->getTimeoutMsec()); - $this->click("//div[@id='reminder']//div[@class='dataTables_wrapper']/table/tbody//tr/td[1][text()='{$title}']/../td[7]/span/a[text()='Edit']"); + $this->click("//div[@id='reminder']//div[@id='option11_wrapper']/table/tbody//tr/td[1][text()='{$title}']/../td[7]/span/a[text()='Edit']"); $this->waitForElementPresent('_qf_ScheduleReminders_cancel-bottom'); $this->assertEquals($title, $this->getValue('id=title'));