Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
OPACBaseURL (#46)
Job
No job planned.
Difficulty
Easy
Cancel
Spec (updated on Tue Apr 2 14:17:25 2024)
describe("admin/globalprefs/OPACBaseURL", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("OPACBaseURL", function () {
cy.visit("/cgi-bin/koha/catalogue/detail.pl?biblionumber=1");
cy.get("#catalogue_detail_biblio").should('be.visible').screenshot("OPACBaseURL");
});
});
Spec data
Page
catalogue/detail.pl?biblionumber=1
Element selector
#catalogue_detail_biblio
Missing selector
workflow
Notes
Should highlight the link on the screenshot
Cancel
Additional KTD data
Cancel
Old
New (updated on Sun Apr 7 12:33:00 2024)
New (es)
New (fr)