mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:15:58 +00:00
test/cypress: corrections post develop branch refactoring
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user