Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
budgetslist (#19)
Job
No job planned.
Difficulty
Easy
Cancel
Spec (updated on Tue Apr 2 14:17:25 2024)
describe("admin/acquisitions/budgetslist", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("budgetslist", function () {
cy.visit("/cgi-bin/koha/admin/aqbudgetperiods.pl");
cy.get("main").should('be.visible').screenshot("budgetslist");
});
});
Spec data
Page
admin/aqbudgetperiods.pl
Element selector
main
Missing selector
N
workflow
Notes
Data is already in sample data. If there is no data, difficulty level increases to Hard
Cancel
Additional KTD data
Cancel
Old
New (updated on Sun Apr 7 11:54:35 2024)
New (es)
New (fr)