mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 13:26:52 +00:00
cypress(gui-v2): change secure to button
This commit is contained in:
@@ -222,7 +222,7 @@ export class _mainPage {
|
||||
.click()
|
||||
.type(host);
|
||||
cy.getActiveModal().find('[placeholder="Port"]').click().type(port);
|
||||
cy.getActiveModal().find('[placeholder="Secure"]').click().type(secure);
|
||||
if (secure) cy.getActiveModal().find('[placeholder="Secure"]').click();
|
||||
cy.getActiveModal().find("button").contains("Save").click();
|
||||
cy.toastWait(
|
||||
"Successfully installed and email notification will use SMTP configuration"
|
||||
|
||||
Reference in New Issue
Block a user