Job
No job planned.
Difficulty
Cancel
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
Cancel
Additional KTD data
Cancel