Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
alerts (#30)
Job
No job planned.
Difficulty
Easy
Cancel
Spec (updated on Tue Apr 2 14:17:25 2024)
describe("admin/additional/alerts", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("alerts", function () {
cy.set_syspref("AudioAlerts", "1");
cy.visit("/cgi-bin/koha/admin/audio_alerts.pl");
cy.get("main").should('be.visible').screenshot("alerts");
});
});
Spec data
Page
admin/audio_alerts.pl
Element selector
main
Missing selector
N
workflow
set_syspref AudioAlerts=1
Notes
Source screenshot from earlier than 22.05
Cancel
Additional KTD data
Cancel
Old
New (updated on Sun Apr 7 12:10:46 2024)
New (es)
New (fr)