removing assertion
authorjitendrapurohit <jitendra.purohit@webaccess.co.in>
Fri, 14 Mar 2014 10:31:37 +0000 (16:01 +0530)
committerjitendrapurohit <jitendra.purohit@webaccess.co.in>
Fri, 14 Mar 2014 10:31:37 +0000 (16:01 +0530)
tests/phpunit/CiviTest/CiviSeleniumTestCase.php

index e3738058e38dd4becac0612b592d74c06193cacc..364ffb77a60068dcc0f55a5534da2b5235678d95 100644 (file)
@@ -532,11 +532,9 @@ class CiviSeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase {
     // Is new contact created?
     if ($lname) {
       $this->waitForText("xpath=//div[@id='$selectId']","$lname, $fname");
-      $this->assertTrue($this->isTextPresent("$lname, $fname"), "Status message didn't show up after saving!");
     }
     else {
       $this->waitForText("xpath=//div[@id='$selectId']","$fname");
-      $this->assertTrue($this->isTextPresent("$fname"), "Status message didn't show up after saving!");
     }
   }