Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
newbasketfromvendorresults (#104)
Job
No job planned.
Difficulty
Impossible with Cypress Studio
Cancel
Spec (updated on Sat Apr 13 06:26:02 2024)
describe("acquisitions/newbasketfromvendorresults", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("newbasketfromvendorresults", function () {
cy.visit("/cgi-bin/koha/acqui/booksellers.pl");
cy.visit("/cgi-bin/koha/");
cy.get(".dropdown-menu").should('be.visible').screenshot("newbasketfromvendorresults");
});
});
Spec data
Page
booksellers.pl
Element selector
.dropdown-menu
Missing selector
Y
workflow
go_to #acq_booksellers #toolbar.btn-toolbar div.btn-group.open ul.dropdown-menu
Notes
It is not possible to get the menu and cursor with Cypress Studio
Cancel
Additional KTD data
Cancel
Old