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

newitemtype (#267)

Job

No job planned.

Difficulty

Medium

Spec (updated on Fri Oct 4 14:02:06 2024)

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

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

Spec data

Page

admin/itemtypes.pl

Interface

staff

Element selector

#table_item_type

Missing selector

setup


        

workflow


        

teardown


    

Notes

We don't actually need the whole table here... Just a line or two at the top. Setting as Medium because of this - otherwise it's an Easy!

Additional KTD data

Old

New (updated on Mon May 12 11:14:45 2025)

New (es)

New (fr)