Browse Source

test/cypress: corrections post develop branch refactoring

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/2250/head
Raju Udava 3 years ago
parent
commit
887d45564e
  1. 4
      scripts/cypress/support/page_objects/mainPage.js

4
scripts/cypress/support/page_objects/mainPage.js

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

Loading…
Cancel
Save