Login

Screenshots for the Koha manual

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

Image details

Image name

librarydetails (#263)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Oct 4 13:55:00 2024)

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

    it("librarydetails", function () {
        cy.visit("/cgi-bin/koha/admin/branches.pl?op=view&branchcode=MPL");
        cy.get("main").should('be.visible').screenshot("librarydetails");
    });
});

Spec data

Page

admin/branches.pl?op=view&branchcode=MPL

Element selector

main

Missing selector

N

workflow


    

Notes

Additional KTD data

Old