Login

Screenshots for the Koha manual

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

Image details

Image name

addtobasketoptions (#168)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Apr 4 08:46:11 2025)

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

    it("addtobasketoptions", function () {
        cy.visit("/cgi-bin/koha/acqui/basket.pl?basketno=1");
        cy.get("div.btn-group:nth-child(1) > a:nth-child(1)").click();
        cy.get("#acq_basket div.modal-content").should('be.visible').screenshot("addtobasketoptions");
    });
});

Spec data

Page

basket.pl?basketno=1

Element selector

#acq_basket div.modal-content

Missing selector

N

workflow

click div.btn-group:nth-child(1) > a:nth-child(1)

Notes

Additional KTD data

Old