Login

Screenshots for the Koha manual

New screenshots | All screenshots | Full test results | Manual | Manual in Spanish

Image details

Image name

additem (#56)

Job

No job planned.

Difficulty

Easy

Spec (updated on Tue Apr 2 14:17:25 2024)

describe("cataloging/additem", function () {
    beforeEach(() => {
        cy.login();
        cy.set_cookie_lang();
    });

    it("additem", function () {
        cy.visit("/cgi-bin/koha/cataloguing/additem.pl?biblionumber=1");
        cy.get("#cataloguing_additem_newitem").should('be.visible').screenshot("additem");
    });
});

Spec data

Page

cataloguing/additem.pl?biblionumber=1

Element selector

#cataloguing_additem_newitem

Missing selector

workflow


    

Notes

Additional KTD data

Old

New (updated on Sun Apr 7 12:44:53 2024)

New (es)

New (fr)