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

(-)a/t/lib/Selenium.pm (-1 / +6 lines)
Lines 234-239 when we use automation test using Selenium Link Here
234
234
235
    Should always be called to avoid the "An element could not be located on the page" error
235
    Should always be called to avoid the "An element could not be located on the page" error
236
236
237
=head2 capture
238
    $c->capture
239
240
Capture a screenshot and upload it using the excellent lut.im service provided by framasoft
241
The url of the image will be printed on STDERR (it should be better to return it instead)
242
237
=head1 AUTHORS
243
=head1 AUTHORS
238
244
239
Jonathan Druart <jonathan.druart@bugs.koha-community.org>
245
Jonathan Druart <jonathan.druart@bugs.koha-community.org>
240
- 

Return to bug 20757