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

catalogsearch (#575)

Job

No job planned.

Difficulty

Hard

Spec (updated on Wed Jul 30 16:47:57 2025)

describe("cataloging/catalogsearch", 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("catalogsearch", function () {
                cy.visit("/cgi-bin/koha/cataloguing/addbooks.pl?q=shakespeare+sonnet");
                cy.waitForPageLoad();
                cy.get("button#cataloguesearchactions285").click();
                cy.get("main").should('be.visible').screenshot("catalogsearch");
            });
        });
    });
    afterEach(function () {
        Cypress.env('PADDING_BEFORE_SCREENSHOT', undefined);
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

addbooks.pl?q=shakespeare+sonnet

Interface

staff

Element selector

main

Missing selector

Y

setup


        

workflow

click button#cataloguesearchactions285

teardown


    

Notes

Needs to show the whole table, but only with one actions menu open.

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 16:49:41 2025)

New (de)

New (el)

New (es)

New (fr)

New (zh_Hant)

Wed Jul 30 17:00:04 2025

Thu May 22 16:30:01 2025

Wed Oct 9 13:50:01 2024

Old screenshot