mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:56:57 +00:00
test: v2 corrections for view/ phase-1
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -238,10 +238,11 @@ export class _mainPage {
|
||||
cy.getActiveModal().find('#form_item_from').should('exist').clear().type(from)
|
||||
cy.getActiveModal().find('#form_item_host').should('exist').clear().type(host)
|
||||
cy.getActiveModal().find('#form_item_port').should('exist').clear().type(port)
|
||||
cy.getActiveModal().find('#form_item_secure').should('exist').clear().type(secure)
|
||||
// cy.getActiveModal().find('#form_item_secure').should('exist').clear().type(secure)
|
||||
cy.getActiveModal().find("button").contains("Save").click();
|
||||
|
||||
cy.toastWait('Successfully installed and email notification will use SMTP configuration');
|
||||
settingsPage.closeMenu()
|
||||
};
|
||||
|
||||
resetSMTP = () => {
|
||||
@@ -251,6 +252,7 @@ export class _mainPage {
|
||||
cy.getActiveModal().find("button").contains("Confirm").click();
|
||||
|
||||
cy.toastWait("Plugin uninstalled successfully");
|
||||
settingsPage.closeMenu()
|
||||
};
|
||||
|
||||
shareView = () => {
|
||||
@@ -365,7 +367,7 @@ export class _mainPage {
|
||||
// one of the row would contain seggregation header ('other views)
|
||||
if (5 == $tableRow[0].childElementCount) {
|
||||
cy.wrap($tableRow).find(".nc-icon").last().click();
|
||||
cy.wait(1000);
|
||||
cy.wait(100);
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user