5 use SGN::Test::WWW::Mechanize skip_cgi => 1;
7 my $mech = SGN::Test::WWW::Mechanize->new;
9 $mech->get_ok('/search/organisms');
10 $mech->content_contains('Organism/Taxon Search');
11 $mech->submit_form_ok({
12 form_name => 'organism_search_form',
14 common_name => 'tomato',
19 $mech->content_contains('Solanum lycopersicum');