Login

Screenshots for the Koha manual

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

Image details

Image name

catalogsearch (#575)

Job

No job planned.

Difficulty

Hard

Spec (updated on Wed Apr 10 15:03:15 2024)

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

    it("catalogsearch", function () {
        cy.visit("/cgi-bin/koha/cataloguing/addbooks.pl?q=paris");
        cy.get(".searchresults > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(4) > div:nth-child(1)").click();
        cy.get(".open > ul:nth-child(2) > li:nth-child(3)").should('be.visible').screenshot("catalogsearch");
    });
});

Spec data

Page

/cgi-bin/koha/cataloguing/addbooks.pl?q=paris

Element selector

.open > ul:nth-child(2) > li:nth-child(3)

Missing selector

Y

workflow

click .searchresults > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(4) > div:nth-child(1)

Notes

Needs to show the whole table, but only with one actions menu open.

Additional KTD data

Old

New (updated on Wed Apr 10 15:04:59 2024)

New (es)

New (fr)