Webtest Fix
[civicrm-core.git] / tests / phpunit / WebTest / Event / TellAFriendTest.php
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")]');