Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
newlibrary (#44)
Job
No job planned.
Difficulty
Easy
Easy
Medium
Hard
Impossible with Cypress Studio
Cancel
Spec (updated on Tue Apr 9 09:13:12 2024)
describe("admin/basicparams/newlibrary", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("newlibrary", function () {
cy.visit("/cgi-bin/koha/admin/branches.pl?op=add_form");
cy.get("#Aform > :nth-child(1)").should('be.visible').screenshot("newlibrary");
});
});
Spec data
Page
admin/branches.pl?op=add_form
Element selector
#Aform > :nth-child(1)
Missing selector
workflow
Notes
No “New library”: cannot screenshot 2 elements
Cancel
Additional KTD data
Cancel
Old
New (updated on )
Test failure AssertionError: Timed out retrying after 10000ms: expected '<input>' to be 'visible'
This element `<input>` is not visible because it has CSS property: `display: none`
at Context.eval (webpack://koha/./cypress/integration/admin/newlibrary.ts:9:41)