Update test for changes to the underlying form code, submit => send
This commit is contained in:
parent
b2eda80839
commit
0b74f25dd1
4 changed files with 4 additions and 4 deletions
|
|
@ -217,7 +217,7 @@ cmp_deeply(
|
|||
\@interestingFeatures,
|
||||
[
|
||||
{
|
||||
name => 'submit',
|
||||
name => 'send',
|
||||
type => 'submit',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ cmp_deeply(
|
|||
\@interestingFeatures,
|
||||
[
|
||||
{
|
||||
name => 'submit',
|
||||
name => 'send',
|
||||
type => 'submit',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ cmp_deeply(
|
|||
\@interestingFeatures,
|
||||
[
|
||||
{
|
||||
name => 'submit',
|
||||
name => 'send',
|
||||
type => 'submit',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ cmp_deeply(
|
|||
\@interestingFeatures,
|
||||
[
|
||||
{
|
||||
name => "submit",
|
||||
name => "send",
|
||||
type => 'submit',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue