3 t/integration/solpeople/sequencer.t - tests for sequencer users on solpeople URLs
7 Tests for sequencer user_types on solpeople URLs
21 use SGN::Test::WWW::Mechanize;
23 my $mech = SGN::Test::WWW::Mechanize->new;
25 $mech->while_logged_in({ user_type => 'sequencer' }, sub {
26 $mech->get_ok('/solpeople/attribute_bacs.pl');
27 $mech->content_contains('How to attribute a BAC to a sequencing project');
29 $mech->get_ok('/maps/physical/clone_reg.pl');
30 $mech->content_contains('BAC Registry Viewer/Editor');
32 $mech->get_ok('/maps/physical/clone_il_view.pl');
33 $mech->content_contains('Clone IL Mapping Assignments');