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"); }); });
click div.btn-group:nth-child(1) > a:nth-child(1)