Login

Screenshots for the Koha manual

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

Image details

Image name

frameworks (#285)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Oct 4 14:28:10 2024)

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

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

Spec data

Page

admin/biblio_framework.pl

Element selector

main

Missing selector

N

workflow


    

Notes

Additional KTD data

Old