Login

Screenshots for the Koha manual

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

Image details

Image name

showactivebaskets (#222)

Job

No job planned.

Difficulty

Easy

Spec (updated on Fri Apr 4 08:27:06 2025)

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

    it("showactivebaskets", function () {
        cy.visit("/cgi-bin/koha/acqui/booksellers.pl?booksellerid=1");
        cy.get("#acq_booksellers #acqui_order_supplierlist div.supplier.page-section").should('be.visible').screenshot("showactivebaskets");
    });
});

Spec data

Page

booksellers.pl?booksellerid=1

Element selector

#acq_booksellers #acqui_order_supplierlist div.supplier.page-section

Missing selector

N

workflow


    

Notes

Needs at least one basket for the vendor with the id 1 to be created first. On KTD in sample data there is already a basket in sample data so it's not necessary to add it in the spec.

Additional KTD data

Old