Login

Screenshots for the Koha manual

New screenshots | All screenshots | Full test results | Manuals (wip)
en ar cs de el es fr fr_CA hi it pt pt_BR sk sv tr zh_Hant

Image details

authimport (#159)

Job

No job planned.

Difficulty

Medium

Spec (updated on Wed Jul 30 14:20:40 2025)

describe("cataloging/authimport", function () {
    const languages = ['en', 'es-ES', 'fr-FR', 'de-DE', 'el-GR', 'zh-Hant-TW'];
    languages.forEach((lang) => {
        describe(`in ${lang}`, () => {
            beforeEach(function(){
                // If previous test failed, skip this one
                if (Cypress.env("TEST_FAILED")) {
                    this.skip();
                }
                cy.login();
                /* No specific padding defined */
                cy.set_cookie_lang(lang);
            });

            it("authimport", function () {
                cy.visit("/cgi-bin/koha/cataloguing/z3950_auth_search.pl");
                cy.waitForPageLoad();
                cy.get("#authorpersonal").type("engard");
                cy.get("#submit_z3950_search").click();
                cy.get("#cat_z3950_auth_search").should('be.visible').screenshot("authimport");
            });
        });
    });
    afterEach(function () {
        Cypress.env('PADDING_BEFORE_SCREENSHOT', undefined);
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

cataloguing/z3950_auth_search.pl

Interface

staff

Element selector

#cat_z3950_auth_search

Missing selector

N

setup


        

workflow

type #authorpersonal=engard
click #submit_z3950_search

teardown


    

Notes

Additional KTD data

Thumbnails


Old Thumbnail old
New Thumbnail new
New (de)
New (el)
New (es)
New (fr)
New (zh_Hant)

Old

New (updated on Wed Jul 30 14:23:20 2025)

New (de)

New (el)

New (es)

New (fr)

New (zh_Hant)

Wed Jul 30 14:30:03 2025

Wed Jul 30 14:00:04 2025

Wed Jul 23 11:00:03 2025

Wed Jul 23 09:45:03 2025

Wed Jun 4 22:45:01 2025

Wed May 21 00:45:01 2025

Old screenshot