Webtest Fix
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Wed, 18 Nov 2015 13:38:30 +0000 (19:08 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Wed, 18 Nov 2015 13:38:30 +0000 (19:08 +0530)
tests/phpunit/WebTest/Contact/SearchBuilderTest.php
tests/phpunit/WebTest/Event/TellAFriendTest.php

index 075f0e18a6c51e893558a1286d8d58901c0cf09f..49bafb4eea3e1e57886c40d3064bb64ef3990d3f 100644 (file)
@@ -203,13 +203,13 @@ class WebTest_Contact_SearchBuilderTest extends CiviSeleniumTestCase {
 
     $firstName8 = "abcc" . substr(sha1(rand()), 0, 7);
     $this->_createContact('Individual', $firstName8, "$firstName8@advsearch.co.in", NULL);
-    $this->_searchBuilder('Note(s): Body and Subject', "this is notes by $firstName8", $firstName8, 'LIKE');
-    $this->_searchBuilder('Note(s): Subject Only', "this is subject by $firstName8", $firstName8, 'LIKE');
-    $this->_searchBuilder('Note(s): Body Only', "this is notes by $firstName8", $firstName8, 'LIKE');
-    $this->_advancedSearch("this is notes by $firstName8", $firstName8, NULL, NULL, 'note_body', 'notes');
-    $this->_advancedSearch("this is subject by $firstName8", $firstName8, NULL, NULL, 'note_subject', 'notes');
-    $this->_advancedSearch("this is notes by $firstName8", $firstName8, NULL, NULL, 'note_both', 'notes');
-    $this->_advancedSearch("this is notes by $firstName8", $firstName8, NULL, NULL, 'note_both', 'notes');
+    $this->_searchBuilder('Note(s): Body and Subject', "this is notes by $firstName8 adv$firstName8", $firstName8, 'LIKE');
+    $this->_searchBuilder('Note(s): Subject Only', "this is subject by $firstName8 adv$firstName8", $firstName8, 'LIKE');
+    $this->_searchBuilder('Note(s): Body Only', "this is notes by $firstName8 adv$firstName8", $firstName8, 'LIKE');
+    $this->_advancedSearch("this is notes by $firstName8 adv$firstName8", $firstName8, NULL, NULL, 'note_body', 'notes');
+    $this->_advancedSearch("this is subject by $firstName8 adv$firstName8", $firstName8, NULL, NULL, 'note_subject', 'notes');
+    $this->_advancedSearch("this is notes by $firstName8 adv$firstName8", $firstName8, NULL, NULL, 'note_both', 'notes');
+    $this->_advancedSearch("this is notes by $firstName8 adv$firstName8", $firstName8, NULL, NULL, 'note_both', 'notes');
   }
 
   /**
index 71854be7c99b7da7372f247acc511a793318b19d..8f4899b24404239452584d74ae22a487f4cfdab9 100644 (file)
@@ -239,7 +239,7 @@ class WebTest_Event_TellAFriendTest extends CiviSeleniumTestCase {
     }
 
     $this->click("xpath=//div[@id='registration_screen']/table/tbody/tr[1]/td[2]/div[@class='replace-plain']");
-    $this->fillRichTextField("cke_wysiwyg_frame", $registerIntro);
+    $this->fillRichTextField("intro_text", $registerIntro);
 
     // enable confirmation email
     $this->click('xpath=//fieldset[@id="mail"]/div/table/tbody/tr/td[2]/label[contains(text(), "Yes")]');