|
|
@ -214,11 +214,11 @@ export class _mainPage { |
|
|
|
.contains(" Install ") |
|
|
|
.contains(" Install ") |
|
|
|
.click({ force: true }); |
|
|
|
.click({ force: true }); |
|
|
|
cy.getActiveModal() |
|
|
|
cy.getActiveModal() |
|
|
|
.find('[placeholder="eg: admin@example.com"]') |
|
|
|
.find('[placeholder="eg: admin@run.com"]') |
|
|
|
.click() |
|
|
|
.click() |
|
|
|
.type(from); |
|
|
|
.type(from); |
|
|
|
cy.getActiveModal() |
|
|
|
cy.getActiveModal() |
|
|
|
.find('[placeholder="eg: smtp.example.com"]') |
|
|
|
.find('[placeholder="eg: smtp.run.com"]') |
|
|
|
.click() |
|
|
|
.click() |
|
|
|
.type(host); |
|
|
|
.type(host); |
|
|
|
cy.getActiveModal().find('[placeholder="Port"]').click().type(port); |
|
|
|
cy.getActiveModal().find('[placeholder="Port"]').click().type(port); |
|
|
|