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

(-)a/t/db_dependent/selenium/regressions.t (-2 / +1 lines)
Lines 102-108 subtest 'Play sound on the circulation page' => sub { Link Here
102
    my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => 0 }});
102
    my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => 0 }});
103
103
104
    my $mainpage = $s->base_url . q|mainpage.pl|;
104
    my $mainpage = $s->base_url . q|mainpage.pl|;
105
    $driver->get($mainpage);
105
    $driver->get($mainpage . q|?logout.x=1|);
106
    like( $driver->get_title(), qr(Log in to Koha), );
106
    like( $driver->get_title(), qr(Log in to Koha), );
107
    $s->auth;
107
    $s->auth;
108
108
109
- 

Return to bug 21775