fix thingy test for field type being provided provided
This commit is contained in:
parent
501fbdba81
commit
12298aa7ca
1 changed files with 3 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ cmp_deeply(
|
|||
field_isVisible => '',
|
||||
field_pretext => undef,
|
||||
field_subtext => undef,
|
||||
field_type => "textarea",
|
||||
}],
|
||||
'Getting newly added thing data: getViewThingVars returns correct field_loop.'
|
||||
);
|
||||
|
|
@ -244,6 +245,7 @@ cmp_deeply(
|
|||
field_isVisible => '',
|
||||
field_pretext => undef,
|
||||
field_subtext => undef,
|
||||
field_type => "textarea",
|
||||
}],
|
||||
viewScreenTitle => "",
|
||||
},
|
||||
|
|
@ -267,6 +269,7 @@ cmp_deeply(
|
|||
field_isVisible => '',
|
||||
field_pretext => undef,
|
||||
field_subtext => undef,
|
||||
field_type => "textarea",
|
||||
}],
|
||||
'Getting updated thing data: getViewThingVars returns correct field_loop with updated value.'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue