Login

Screenshots for the Koha manual

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

Image details

Image name

newvendor-interfaces (#11)

Job

No job planned.

Difficulty

Hard

Spec (updated on Tue Apr 9 13:22:27 2024)

describe("acquisitions/newvendor-interfaces", function () {
    beforeEach(() => {
        cy.login();
        cy.set_cookie_lang();
    });

    it("newvendor-interfaces", function () {
        cy.visit("/cgi-bin/koha/acqui/supplier.pl?op=enter");
        /* FIXME - Invalid step add_interface() */
        cy.get("#supplier-interface").should('be.visible').screenshot("newvendor-interfaces");
    });
});

Spec data

Page

acqui/supplier.pl?op=enter

Element selector

#supplier-interface

Missing selector

N

workflow

add_interface()

Notes

Code refuse to simulate the click on the class="btn btn-default" which trigger "add_interface()" in order to get the full interface.

Additional KTD data

Old

New (updated on Sun Apr 7 11:43:03 2024)

New (es)

New (fr)