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");
});
});
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!