X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FGrant%2FCustomFieldsetTest.php;h=832843f04f3aebea82e8ff098103f9dbc6b7725f;hb=4cab7790d7a777b85122a8ac30581a488ff33957;hp=fb46ed31601e7c67b2bb83424a2caadd569291f9;hpb=45fabf8e1af4e3737acf01b91973a1b81a15edff;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php b/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php index fb46ed3160..832843f04f 100644 --- a/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php +++ b/tests/phpunit/WebTest/Grant/CustomFieldsetTest.php @@ -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);