Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
editfield (#278)
Job
No job planned.
Difficulty
Cancel
Spec (updated on Wed Apr 10 09:12:27 2024)
describe("admin/cataloging/editfield", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("editfield", function () {
cy.visit("/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&searchfield=020&frameworkcode=BKS");
cy.get("fieldset.rows").should('be.visible').screenshot("editfield");
});
});
Spec data
Page
/cgi-bin/koha/admin/marctagstructure.pl?op=add_form&searchfield=020&frameworkcode=BKS
Element selector
fieldset.rows
Missing selector
Y
workflow
Notes
Missing "Save changes" and "Cancel" buttons
Cancel
Additional KTD data
Cancel
Old
New (updated on Wed Apr 10 09:14:14 2024)
New (es)
New (fr)