Account for additional form fields added at run-time in the tests.
This commit is contained in:
parent
9287b818bf
commit
3500b6afc7
1 changed files with 4 additions and 0 deletions
|
|
@ -21,4 +21,8 @@ sub list_of_tables {
|
|||
return [qw/assetData wobject Poll/];
|
||||
}
|
||||
|
||||
sub dynamic_form_labels {
|
||||
return 'Reset votes?', 'Answers', 'Generate image graph', 'Approved';
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue