Login
Screenshots for the Koha manual
New screenshots
|
All screenshots
|
Full test results
|
Manual
|
Manual in Spanish
Image details
Image name
newsmtpserver (#32)
Job
No job planned.
Difficulty
Easy
Cancel
Spec (updated on Tue Apr 2 14:17:25 2024)
describe("admin/additional/newsmtpserver", function () {
beforeEach(() => {
cy.login();
cy.set_cookie_lang();
});
it("newsmtpserver", function () {
cy.visit("/cgi-bin/koha/admin/smtp_servers.pl?op=add_form");
cy.get("main").should('be.visible').screenshot("newsmtpserver");
});
});
Spec data
Page
smtp_servers.pl?op=add_form
Element selector
main
Missing selector
N
workflow
Notes
Or is it impossible because of the dropdown menu?
Cancel
Additional KTD data
Cancel
Old
New (updated on Sun Apr 7 12:13:46 2024)
New (es)
New (fr)