mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
update failing test w/new field name.
This commit is contained in:
parent
75858dab7a
commit
083bba0c75
@ -45,7 +45,7 @@ class UserDefinedFormTest extends FunctionalTest {
|
||||
|
||||
$this->assertTrue($fields->dataFieldByName('Fields') !== null);
|
||||
$this->assertTrue($fields->dataFieldByName('EmailRecipients') != null);
|
||||
$this->assertTrue($fields->dataFieldByName('Reports') != null);
|
||||
$this->assertTrue($fields->dataFieldByName('Submissions') != null);
|
||||
$this->assertTrue($fields->dataFieldByName('OnCompleteMessage') != null);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user