Login

Screenshots for the Koha manual

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

Image details

Image name

itemtypes (#261)

Job

No job planned.

Difficulty

Easy

Spec (updated on Wed Apr 10 09:52:19 2024)

describe("admin/basicparams/itemtypes", function () {
    beforeEach(() => {
        cy.login();
        cy.set_cookie_lang();
    });

    it("itemtypes", function () {
        cy.visit("/cgi-bin/koha/admin/itemtypes.pl");
        cy.get("#table_item_type").should('be.visible').screenshot("itemtypes");
    });
});

Spec data

Page

admin/itemtypes.pl

Element selector

#table_item_type

Missing selector

N

workflow


    

Notes

Additional KTD data

Old

New (updated on Wed Apr 10 09:54:26 2024)

New (es)

New (fr)