Login

Screenshots for the Koha manual

New screenshots | All screenshots | Full test results | Manuals (wip)
en de el es fr hi zh_Hant

Image details

catalogsearch (#575) ❌ Not validated

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


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

Current

New (updated on Mon Dec 1 12:08:31 2025)

New (de)

New (el)

New (es)

New (fr)

New (zh_Hant)

2025-12-01 12:15:14 +0000

2025-07-30 17:00:04 +0000

2025-05-22 16:30:01 +0000

2024-10-09 13:50:01 +0000

2025-12-01 12:15:14 +0000

Old screenshot