Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git] / t / legacy / integration / genomes / tomato.t
blob22a280ab18d9272bdb0fed7ca7a9ad0e3aeefad6
1 use Test::Most;
3 use lib 't/lib';
5 use SGN::Test::WWW::Mechanize skip_cgi => 1;
8 my $mech = SGN::Test::WWW::Mechanize->new;
9 $mech->get_ok('/organism/Solanum_lycopersicum/genome');
10 $mech->html_lint_ok;
11 $mech->dbh_leak_ok;
13 done_testing;