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

Merge pull request #1404 from kurund/webtest-fixes

fixes for WebTest_Contact_GroupAddTest
parents 2cdb32e0 51063434
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,8 @@ class WebTest_Contact_GroupAddTest extends CiviSeleniumTestCase {
$this->waitForElementPresent("xpath=//form[@id='Edit']/div[2]/div/table[2]/tbody/tr/td[2]/select");
//assert created by in the edit page
$this->assertTrue($this->isElementPresent("xpath=//form[@id='Edit']/div[2]/div/table/tbody/tr[2]/td[contains(text(),'Created By')]/following-sibling::td[contains(text(),'{$createdBy}')]"));
$this->assertTrue($this->isElementPresent(
"xpath=id('Edit')/div[2]/div/table/tbody/tr[2]/td[contains(text(), '{$createdBy}')]"));
$this->openCiviPage('group', 'reset=1');
//search groups using created by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment