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

(-)a/t/db_dependent/selenium/patrons_search.t (-2 / +1 lines)
Lines 541-547 subtest 'Search patrons' => sub { Link Here
541
541
542
        sub get_dob_search_filter {
542
        sub get_dob_search_filter {
543
            return $s->driver->find_element(
543
            return $s->driver->find_element(
544
                '//table[@id="' . shift . '"]//th[@aria-label="Date of birth: Activate to sort"]/input' );
544
                '//table[@id="' . shift . '"]//input[@placeholder="Date of birth search"]' );
545
        }
545
        }
546
546
547
        # We have a patron with date of birth=1980-06-17 => formatted as 17/06/1980
547
        # We have a patron with date of birth=1980-06-17 => formatted as 17/06/1980
548
- 

Return to bug 40816