5 use SGN::Test::Fixture;
7 use Test::WWW::Mechanize;
9 my $f = SGN::Test::Fixture->new();
10 my $schema = $f->bcs_schema;
12 my $mech = Test::WWW::Mechanize->new;
14 $mech->post_ok('http://localhost:3010/breeders/trial_phenotyping?trial_id=137',["plot_name" => "test_trial21", "select_traits_for_trait_file" => "76664", "select_pheno_value" => "20"]);