Login

Screenshots for the Koha manual

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

Image details

Image name

uploadplugin (#53)

Job

No job planned.

Difficulty

Easy

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

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

    it("uploadplugin", function () {
        cy.visit("/cgi-bin/koha/plugins/plugins-upload.pl?op=Upload");
        cy.get(".col-sm-6").should('be.visible').screenshot("uploadplugin");
    });
});

Spec data

Page

plugins/plugins-upload.pl?op=Upload

Element selector

.col-sm-6

Missing selector

Y

workflow


    

Notes

Additional KTD data

Old

New (updated on Sun Apr 7 12:40:22 2024)

New (es)

New (fr)