Login

Screenshots for the Koha manual

New screenshots | All screenshots | Full test results | Manuals (wip)
en ar cs de el es fr fr_CA hi it pt pt_BR sk sv tr zh_Hant

Image details

smsopacoptions (#92)

Job

No job planned.

Difficulty

Hard

Spec (updated on Thu May 22 13:08:45 2025)

describe("admin/additional/smsopacoptions", function () {
    const languages = ['en', 'es-ES', 'fr-FR'];
    languages.forEach((lang) => {
        describe(`in ${lang}`, () => {
            beforeEach(function(){
                // If previous test failed, skip this one
                if (Cypress.env("TEST_FAILED")) {
                    this.skip();
                }
                cy.login();
                cy.set_cookie_lang(lang);
            });

            it("smsopacoptions", function () {
                cy.visit("/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=1&step=5");
                /* FIXME - Invalid step Go to Patrons > select patron > edit Patron messaging preferences > click DROP-DOWN SMS provider */
                cy.get("main").should('be.visible').screenshot("smsopacoptions");
            });
        });
    });
    afterEach(function () {
        
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

memberentry.pl?op=modify&borrowernumber=1&step=5

Interface

staff

Element selector

main

Missing selector

N

setup


        

workflow

Go to Patrons > select patron > edit Patron messaging preferences > click DROP-DOWN SMS provider

teardown


    

Notes

Prerequisites: existing SMS providers, preference EnhancedMessagingPreferences=Allow. PLUS: screen is not different, with Save button in different location.

Additional KTD data

Old

New (updated on Wed Jun 4 22:12:00 2025)

New (es)

New (fr)