~kfader/mvhub/pages.t-too-slow

« back to all changes in this revision

Viewing changes to app-mvhub/t/bugs/ql_display_agency_home_interaction.t

  • Committer: Keith Fader
  • Date: 2010-10-29 19:22:32 UTC
  • Revision ID: kfader@thecsl.org-20101029192232-kc48ene3w53po7s4
Changes from two weeks ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    my $number_of_tests = ( ( scalar @pages ) * 3 );
23
23
 
24
24
    plan tests => $number_of_tests;
25
 
    my $mech = Test::WWW::Mechanize->new();
26
 
    $mech->default_header( Authorization => TestHelper::create_temp_auth() );
27
25
 
28
 
    TestHelper::pages_get_ok( $mech, @pages );
 
26
    TestHelper::pages_add_ok(@pages);
29
27
 
30
28
}    # main
31
29
 
44
42
                "Agency Account Home Page - North Shore Community Action Programs",
45
43
            'tests_to_skip' => '',
46
44
            'skip_reason'   => '',
 
45
            'mech'          => undef
47
46
        },
48
47
 
49
48
        {   'url' =>
51
50
            'expected_content' => "You must log in to access this page",
52
51
            'tests_to_skip'    => '',
53
52
            'skip_reason'      => '',
 
53
            'mech'             => undef
54
54
        },
55
55
 
56
56
        {   'url' =>
58
58
            'expected_content' => "Transitions",
59
59
            'tests_to_skip'    => '',
60
60
            'skip_reason'      => '',
 
61
            'mech'             => undef
61
62
        },
62
63
 
63
64
    );