Login

Screenshots for the Koha manual

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

Image details

Image name

smsproviders (#35)

Job

No job planned.

Difficulty

Easy

Spec (updated on Tue Apr 9 09:11:31 2024)

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

    it("smsproviders", function () {
        cy.set_syspref("SMSSendDriver", "Email");
        cy.visit("/cgi-bin/koha/admin/sms_providers.pl");
        cy.visit("/cgi-bin/koha/admin/sms_providers.pl");
        cy.get("#new_provider").click();
        /* FIXME - Invalid step xxx */
        cy.get("main").should('be.visible').screenshot("smsproviders");
    });
});

Spec data

Page

admin/sms_providers.pl

Element selector

main

Missing selector

N

workflow

set_syspref SMSSendDriver=Email
go_to admin/sms_providers.pl
click #new_provider
xxx

Notes

Prerequisite: SMSSendDriver preference is set to ‘Email’.

Additional KTD data

Old

New (updated on Tue Apr 9 09:13:03 2024)

New (es)

New (fr)