Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
addfield (#29)
Job
No job planned.
Difficulty
Easy
Cancel
Spec (updated on Tue Apr 2 14:17:25 2024)
describe("admin/additional/addfield", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("addfield", function () {
cy.visit("/cgi-bin/koha/admin/additional-fields.pl?op=add_form&tablename=subscription");
cy.get("main").should('be.visible').screenshot("addfield");
});
});
Spec data
Page
admin/additional-fields.pl?op=add_form&tablename=subscription
Element selector
main
Missing selector
N
workflow
Notes
Source screenshot comes from 22.11; same screen in 23.05 is different.
Cancel
Additional KTD data
Cancel
Old
New (updated on Sun Apr 7 12:09:20 2024)
New (es)
New (fr)