repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #5243 from solgenomics/topic/observations_upload_catch_error
[sgn.git]
/
t
/
legacy
/
integration
/
genomes
/
tomato.t
blob
22a280ab18d9272bdb0fed7ca7a9ad0e3aeefad6
1
use Test::Most;
2
3
use lib 't/lib';
4
5
use SGN::Test::WWW::Mechanize skip_cgi => 1;
6
7
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;
12
13
done_testing;
14