Login

Screenshots for the Koha manual

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

Image details

Image name

transportcostmatrix (#52)

Job

No job planned.

Difficulty

Easy

Spec (updated on Tue Apr 2 14:17:25 2024)

describe("admin/patroncirc/transportcostmatrix", function () {
    beforeEach(() => {
        cy.login();
        cy.set_cookie_lang();
    });

    it("transportcostmatrix", function () {
        cy.visit("/cgi-bin/koha/admin/transport-cost-matrix.pl");
        cy.get("#transport-cost-matrix table").should('be.visible').screenshot("transportcostmatrix");
    });
});

Spec data

Page

admin/transport-cost-matrix.pl

Element selector

#transport-cost-matrix table

Missing selector

workflow


    

Notes

Additional KTD data

Old

New (updated on Sun Apr 7 12:38:57 2024)

New (es)

New (fr)