View | Details | Raw Unified | Return to bug 19181
Collapse All | Expand All

(-)a/t/db_dependent/selenium/authentication.t (-1 / +3 lines)
Lines 72-77 SKIP: { Link Here
72
        plan tests => 6;
72
        plan tests => 6;
73
73
74
        my $mainpage = $s->opac_base_url . q|opac-main.pl|;
74
        my $mainpage = $s->opac_base_url . q|opac-main.pl|;
75
76
        $driver->get($mainpage . q|?logout.x=1|); # Disconnect first! We are logged in if staff and opac interfaces are separated by ports
77
75
        $driver->get($mainpage);
78
        $driver->get($mainpage);
76
        like( $driver->get_title, qr(Koha online catalog), 'Hitting the main page should not redirect to the login form');
79
        like( $driver->get_title, qr(Koha online catalog), 'Hitting the main page should not redirect to the login form');
77
80
78
- 

Return to bug 19181