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

catalogingform (#573)

Job

No job planned.

Difficulty

Spec (updated on Fri Oct 31 15:20:29 2025)

describe("cataloging/catalogingform", function () {
    const languages = ['en', 'es-ES', 'fr-FR', 'de-DE', 'el-GR', 'hi', '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("catalogingform", function () {
                cy.visit("/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=");
                cy.waitForPageLoad();
                cy.get("main").should('be.visible').screenshot("catalogingform");
            });
        });
    });
    afterEach(function () {
        Cypress.env('PADDING_BEFORE_SCREENSHOT', undefined);
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

cataloguing/addbiblio.pl?frameworkcode=

Interface

staff

Element selector

main

Missing selector

setup


        

workflow


        

teardown


    

Notes

Additional KTD data

Thumbnails


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

Current

New (updated on Fri Oct 31 15:23:11 2025)

New (de)

New (el)

New (es)

New (fr)

New (hi)

New (zh_Hant)

Fri Oct 31 15:30:03 2025

Old screenshot