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

catauthoritysearchresults (#577)

Job

No job planned.

Difficulty

Spec (updated on Fri Oct 31 16:00:59 2025)

describe("cataloging/catauthoritysearchresults", 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("catauthoritysearchresults", function () {
                cy.visit("/cgi-bin/koha/authorities/auth_finder.pl?source=biblio&op=do_search&type=intranet&index=tag_100_subfield_a_259704_96716&authtypecode=PERSO_NAME&marclist=mainmainentry&and_or=and&excluding=&operator=contains&value_mainstr=Besson%2C+Luc.&marclist=mainentry&and_or=and&excluding=&operator=contains&value_main=&marclist=match&and_or=and&excluding=&operator=contains&value_match=&marclist=all&and_or=and&excluding=&operator=contains&value_any=&orderby=HeadingAsc");
                cy.waitForPageLoad();
                cy.get("main").should('be.visible').screenshot("catauthoritysearchresults");
            });
        });
    });
    afterEach(function () {
        Cypress.env('PADDING_BEFORE_SCREENSHOT', undefined);
        if (this.currentTest.state === 'failed') {
            Cypress.env("TEST_FAILED", true);
        }
    });
});

Spec data

Page

authorities/auth_finder.pl?source=biblio&op=do_search&type=intranet&index=tag_100_subfield_a_259704_96716&authtypecode=PERSO_NAME&marclist=mainmainentry&and_or=and&excluding=&operator=contains&value_mainstr=Besson%2C+Luc.&marclist=mainentry&and_or=and&excluding=&operator=contains&value_main=&marclist=match&and_or=and&excluding=&operator=contains&value_match=&marclist=all&and_or=and&excluding=&operator=contains&value_any=&orderby=HeadingAsc

Interface

staff

Element selector

main

Missing selector

setup


        

workflow


        

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 Fri Oct 31 16:04:09 2025)

New (de)

New (el)

New (es)

New (fr)

New (hi)

New (zh_Hant)

Fri Oct 31 16:15:03 2025

Fri Oct 31 16:00:03 2025

Old screenshot