Browse Source

test: cy correction for delete view message

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3445/head
Raju Udava 2 years ago
parent
commit
2fd7fdc600
  1. 2
      scripts/cypress-v2/support/commands.js

2
scripts/cypress-v2/support/commands.js

@ -329,7 +329,7 @@ Cypress.Commands.add("deleteTable", (name, dbType) => {
cy.getActiveMenu().find('[role="menuitem"]').contains("Delete").click();
cy.getActiveModal().find("button").contains("Yes").click();
cy.toastWait(`Deleted table ${name} successfully`);
cy.toastWait(`Deleted table successfully`);
});
Cypress.Commands.add("renameTable", (oldName, newName) => {

Loading…
Cancel
Save