Fix the test to track changes in the TimeField form.
This commit is contained in:
parent
cd483f856a
commit
a78e0ea49e
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ my @forms = HTML::Form->parse($html, 'http://www.webgui.org');
|
|||
is(scalar @forms, 1, '1 form was parsed');
|
||||
|
||||
my @inputs = $forms[0]->inputs;
|
||||
is(scalar @inputs, 3, 'The form has 3 inputs. Field, pop-up and CSRF');
|
||||
is(scalar @inputs, 2, 'The form has 2 inputs. Field and CSRF');
|
||||
|
||||
#Basic tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue