Browse Source

test: stability- close actions menu before attempting reopen

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3446/head
Raju Udava 2 years ago
parent
commit
840623a886
  1. 3
      scripts/cypress-v2/integration/common/4b_table_view_share.js

3
scripts/cypress-v2/integration/common/4b_table_view_share.js

@ -90,7 +90,10 @@ export const genTest = (apiType, dbType) => {
// Verify Download as CSV is here // Verify Download as CSV is here
mainPage.downloadCsv().should("exist"); mainPage.downloadCsv().should("exist");
cy.get(".nc-actions-menu-btn").should('exist').click();
mainPage.downloadExcel().should("exist"); mainPage.downloadExcel().should("exist");
cy.get(".nc-actions-menu-btn").should('exist').click();
}); });
it("Delete view", () => { it("Delete view", () => {

Loading…
Cancel
Save