update ProfileEnabled test for new SubscriptionGroup form control. It is not supposed to be profile enabled
This commit is contained in:
parent
e97d44142a
commit
07cb430be4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ $numTests = scalar @formTypes + 1;
|
||||||
plan tests => $numTests;
|
plan tests => $numTests;
|
||||||
|
|
||||||
|
|
||||||
my @notEnabled = qw/Asset Button Captcha Checkbox Color Control List MimeType Slider Submit User/;
|
my @notEnabled = qw/Asset Button Captcha Checkbox Color Control List MimeType SubscriptionGroup Slider Submit User/;
|
||||||
|
|
||||||
foreach my $formType (@formTypes) {
|
foreach my $formType (@formTypes) {
|
||||||
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);
|
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue