mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:36:38 +00:00
chore: skip secure checkbox for v1 atm
This commit is contained in:
@@ -222,7 +222,8 @@ export class _mainPage {
|
||||
.click()
|
||||
.type(host);
|
||||
cy.getActiveModal().find('[placeholder="Port"]').click().type(port);
|
||||
if (secure) cy.getActiveModal().find('[placeholder="Secure"]').click();
|
||||
// TODO: in v2, it would be a button
|
||||
// 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