From 18e238a2722c7f0f2e6081550ad6bc1cb3eee51d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 11 May 2018 16:25:13 -0300 Subject: [PATCH] Bug 19181: Do not screenshot --- t/db_dependent/selenium/authentication.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index dfb4b47ac4..193b7a95b2 100644 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -92,7 +92,6 @@ SKIP: { like( $driver->get_title, qr(Your library home), 'Patron without permissions should be able to login to the OPAC using the modal'); $driver->find_element('//a[@id="logout"]')->click; - $driver->capture_screenshot('1.png'); $driver->find_element('//div[@id="login"]'); # logged out # Using the form on the right -- 2.11.0