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

deletequote (#1788)

Job

No job planned.

Difficulty

Spec (updated on Thu Sep 18 14:50:06 2025)

describe("tools/qotd/deletequote", function () {
    const languages = ['en', 'es-ES', 'fr-FR', 'de-DE', 'el-GR', 'hi', 'zh-Hant-TW'];
    languages.forEach((lang) => {
        describe(`in ${lang}`, () => {
            beforeEach(function(){
                // If previous test failed, skip this one
                if (Cypress.env("TEST_FAILED")) {
                    this.skip();
                }
                cy.login();
                /* No specific padding defined */
                cy.set_cookie_lang(lang);
            });

            it("deletequote", function () {
                cy.visit("/cgi-bin/koha/tools/quotes.pl");
                cy.waitForPageLoad();
                cy.wait_for_ajax();
                cy.get(".delete_quote[data-quote-id=\"1\"]").click();
                cy.get(".modal-dialog").should('be.visible').screenshot("deletequote");
            });
        });
    });
    afterEach(function () {
        Cypress.env('PADDING_BEFORE_SCREENSHOT', undefined);
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

tools/quotes.pl

Interface

staff

Element selector

.modal-dialog

Missing selector

N

setup


        

workflow

wait_for_ajax
click .delete_quote[data-quote-id="1"]

teardown


    

Notes

Additional KTD data

Thumbnails


Current Thumbnail old
New Thumbnail new
New (de)
New (el)
New (es)
New (fr)
New (hi)
New (zh_Hant)

Current

New (updated on Thu Sep 18 14:52:18 2025)

New (de)

New (el)

New (es)

New (fr)

New (hi)

New (zh_Hant)

Thu Sep 18 15:00:03 2025

Old screenshot