Login

Screenshots for the Koha manual

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

Image details

Image name

newcredittype (#17)

Job

No job planned.

Difficulty

Easy

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

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

    it("newcredittype", function () {
        cy.visit("/cgi-bin/koha/admin/credit_types.pl?op=add_form");
        cy.get("main").should('be.visible').screenshot("newcredittype");
    });
});

Spec data

Page

admin/credit_types.pl?op=add_form

Element selector

main

Missing selector

N

workflow


    

Notes

Additional KTD data

Old

New (updated on Sun Apr 7 11:51:44 2024)

New (es)

New (fr)