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

(-)a/t/db_dependent/selenium/basic_workflow.t (-3 / +3 lines)
Lines 262-269 SKIP: { Link Here
262
        $nb_of_checkouts++;
262
        $nb_of_checkouts++;
263
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
263
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
264
        like(
264
        like(
265
            $driver->find_element('//a[@href="#checkouts_panel"]')->get_attribute('text'),
265
            $driver->find_element('//a[@href="#checkouts_panel"]/span[@class="checkout_count badge text-bg-info"]')
266
            qr/Checkouts \($nb_of_checkouts\)/
266
                ->get_text(),
267
            qr($nb_of_checkouts)
267
        );
268
        );
268
    }
269
    }
269
270
270
- 

Return to bug 26258