From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
use Test::More tests => 3;
use lib 't/lib';
my $mech = Test::WWW::Mechanize::Catalyst->new;
my ($form) = $mech->forms;
ok($form);
ok( $form->find_input('basic_formconfig_conf_ext') );