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

(-)a/t/db_dependent/selenium/patrons_search.t (-3 / +2 lines)
Lines 106-113 subtest 'Search patrons' => sub { Link Here
106
    is(
106
    is(
107
        $driver->get_title,
107
        $driver->get_title,
108
        sprintf(
108
        sprintf(
109
            "Koha › Patrons › Modify patron %s %s (%s)",
109
            "Koha › Patrons › Modify patron %s %s (%s) %s (%s) (%s)",
110
            $first_patron->firstname, $first_patron->surname,
110
            $first_patron->title, $first_patron->firstname, $first_patron->othernames, $first_patron->surname, $first_patron->cardnumber,
111
            $first_patron->category->description,
111
            $first_patron->category->description,
112
        )
112
        )
113
    );
113
    );
114
- 

Return to bug 23534