3 t/integration/search.t - integration tests for generic search URLs
21 BEGIN { $ENV{SGN_SKIP_CGI} = 1 }
23 use SGN::Test::Data qw/ create_test /;
24 use SGN::Test::WWW::Mechanize;
26 my $mech = SGN::Test::WWW::Mechanize->new;
28 $mech->get_ok("/search/glossarysearch.pl?getTerm=bac");
29 $mech->content_contains('Bacterial artificial chromosome');