Login

Screenshots for the Koha manual

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

Image details

Image name

addmainaddress (#64)

Job

No job planned.

Difficulty

Easy

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

describe("patrons/addmainaddress", function () {
    beforeEach(() => {
        cy.login();
        cy.set_cookie_lang();
    });

    it("addmainaddress", function () {
        cy.visit("/cgi-bin/koha/members/memberentry.pl?op=add&categorycode=PT");
        cy.get("#memberentry_mainaddress").should('be.visible').screenshot("addmainaddress");
    });
});

Spec data

Page

members/memberentry.pl?op=add&categorycode=PT

Element selector

#memberentry_mainaddress

Missing selector

N

workflow


    

Notes

Needs some patron categories set up, but can use defaults

Additional KTD data

Old

New (updated on Sun Apr 7 12:57:18 2024)

New (es)

New (fr)