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

(-)a/t/db_dependent/selenium/regressions.t (-2 / +1 lines)
Lines 335-341 subtest 'Encoding in session variables' => sub { Link Here
335
            $s->auth;
335
            $s->auth;
336
            # Switch to the new library
336
            # Switch to the new library
337
            $driver->get( $base_url . 'circ/set-library.pl' );
337
            $driver->get( $base_url . 'circ/set-library.pl' );
338
            $s->fill_form( { branch => $branchname } );
338
            $s->fill_form( { 'set-library-branch' => $branchname } );
339
            $s->submit_form;
339
            $s->submit_form;
340
            # Check an item out
340
            # Check an item out
341
            $driver->get( $base_url
341
            $driver->get( $base_url
342
- 

Return to bug 36582