mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Updated unit tests to match new value column
This commit is contained in:
parent
2eb652f264
commit
d614f9b382
@ -8,34 +8,42 @@ EditableOption:
|
|||||||
option-1:
|
option-1:
|
||||||
Name: Option1
|
Name: Option1
|
||||||
Title: Option 1
|
Title: Option 1
|
||||||
|
Value: Option 1
|
||||||
|
|
||||||
option-2:
|
option-2:
|
||||||
Name: Option2
|
Name: Option2
|
||||||
Title: Option 2
|
Title: Option 2
|
||||||
|
Value: Option 2
|
||||||
|
|
||||||
department-1:
|
department-1:
|
||||||
Name: dept1
|
Name: dept1
|
||||||
Title: sales@example.com
|
Title: sales@example.com
|
||||||
|
Value: sales@example.com
|
||||||
|
|
||||||
department-2:
|
department-2:
|
||||||
Name: dept2
|
Name: dept2
|
||||||
Title: accounts@example.com
|
Title: accounts@example.com
|
||||||
|
Value: accounts@example.com
|
||||||
|
|
||||||
option-3:
|
option-3:
|
||||||
Name: Option3
|
Name: Option3
|
||||||
Title: Option 3
|
Title: Option 3
|
||||||
|
Value: Option 3
|
||||||
|
|
||||||
option-4:
|
option-4:
|
||||||
Name: Option4
|
Name: Option4
|
||||||
Title: Option 4
|
Title: Option 4
|
||||||
|
Value: Option 4
|
||||||
|
|
||||||
option-5:
|
option-5:
|
||||||
Name: Option5
|
Name: Option5
|
||||||
Title: Option 5
|
Title: Option 5
|
||||||
|
Value: Option 5
|
||||||
|
|
||||||
option-6:
|
option-6:
|
||||||
Name: Option6
|
Name: Option6
|
||||||
Title: Option 6
|
Title: Option 6
|
||||||
|
Value: Option 6
|
||||||
|
|
||||||
UserDefinedForm_EmailRecipient:
|
UserDefinedForm_EmailRecipient:
|
||||||
recipient-1:
|
recipient-1:
|
||||||
@ -52,7 +60,7 @@ UserDefinedForm_EmailRecipient:
|
|||||||
no-data:
|
no-data:
|
||||||
EmailAddress: nodata@example.com
|
EmailAddress: nodata@example.com
|
||||||
EmailSubject: Email Subject
|
EmailSubject: Email Subject
|
||||||
EmailFrom: no-reply@example.com
|
EmailFrom: no-reply@example.com
|
||||||
HideFormData: true
|
HideFormData: true
|
||||||
|
|
||||||
EditableTextField:
|
EditableTextField:
|
||||||
|
Loading…
Reference in New Issue
Block a user