Login

Screenshots for the Koha manual

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

Image details

Image name

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

Element selector

#table_item_type

Missing selector

workflow


    

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