[Bug 25829] New: Z39.50 search selenium test
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Bug ID: 25829 Summary: Z39.50 search selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: victor@tuxayo.net QA Contact: testopia@bugs.koha-community.org Here is some code to reuse from bug 18974 because Z39.50 won't be used: # Go to Cataloging page $s->click( { href => '/cataloguing/addbooks.pl', main => 'container-main' } ); $s->click( { id => 'z3950search' } ); # Z39.50 search pop up my $handles = $driver->get_window_handles; $driver->switch_to_window($handles->[1]); $s->fill_form( { title => "The Iliad", author => "Homer" } ); $s->submit_form; # Import the MARC result # open the "Actions" dropdown of the first result $driver->find_element_by_css("tr:nth-of-type(1) [id*=cataloguesearchactions]")->click; # "Import" the first result $driver->find_element_by_css("tr:nth-of-type(1) .import_record")->click; $driver->switch_to_window($handles->[0]); -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris@bigballofwax.co.nz |victor@tuxayo.net -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19384 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19384 [Bug 19384] [OMNIBUS] Add Selenium tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25829 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org