Login

Screenshots for the Koha manual

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

Image details

Image name

addframework (#273)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Oct 4 14:25:05 2024)

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

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

Spec data

Page

admin/biblio_framework.pl?op=add_form

Element selector

main

Missing selector

N

workflow


    

Notes

Additional KTD data

Old