Login

Screenshots for the Koha manual

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

Image details

Image name

frameworktest (#286)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Oct 4 14:29:18 2024)

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

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

Spec data

Page

admin/checkmarc.pl

Element selector

main

Missing selector

N

workflow


    

Notes

Additional KTD data

Old