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

(-)a/t/db_dependent/selenium/authentication.t (-2 lines)
Lines 92-98 SKIP: { Link Here
92
        like( $driver->get_title, qr(Your library home), 'Patron without permissions should be able to login to the OPAC using the modal');
92
        like( $driver->get_title, qr(Your library home), 'Patron without permissions should be able to login to the OPAC using the modal');
93
93
94
        $driver->find_element('//a[@id="logout"]')->click;
94
        $driver->find_element('//a[@id="logout"]')->click;
95
        $driver->capture_screenshot('1.png');
96
        $driver->find_element('//div[@id="login"]'); # logged out
95
        $driver->find_element('//div[@id="login"]'); # logged out
97
96
98
        # Using the form on the right
97
        # Using the form on the right
99
- 

Return to bug 19181