Merge pull request #3225 from JSProffitt/jcronfix
[civicrm-core.git] / tests / phpunit / WebTest / Grant / CustomFieldsetTest.php
index fb46ed31601e7c67b2bb83424a2caadd569291f9..832843f04f3aebea82e8ff098103f9dbc6b7725f 100644 (file)
@@ -83,7 +83,7 @@ class WebTest_Grant_CustomFieldsetTest extends CiviSeleniumTestCase {
     $firstName = 'First' . $rand;
     $lastName = 'Last' . $rand;
     $this->webtestNewDialogContact($firstName, $lastName);
-    $this->select('id=status_id', 'label=Approved');
+    $this->select('id=status_id', 'label=Approved for Payment');
     $this->select('id=grant_type_id', "label=$grantType");
     $this->waitForTextPresent($grantField);
     $this->assertElementContainsText("xpath=//div[@id='customData']/div[@class='custom-group custom-group-$grantFieldSet crm-accordion-wrapper ']", $grantField);