diff --git a/app/client/cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_PropertyPane_spec.js b/app/client/cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_PropertyPane_spec.js index 1aff14d101..02586c65dd 100644 --- a/app/client/cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_PropertyPane_spec.js +++ b/app/client/cypress/integration/Regression_TestSuite/ClientSideTests/Widgets/TableV2/TableV2_PropertyPane_spec.js @@ -459,9 +459,9 @@ describe("Table Widget V2 property pane feature validation", function () { cy.enterTableCellValue(4, 1, "1{enter}"); cy.get(".bp3-popover-content").should("not.exist"); - cy.wait(500); + cy.wait(1500); cy.discardTableRow(5, 1); - cy.wait(500); + cy.wait(1500); // Value isn't required in Row Index 2 cy.editTableCell(4, 2); @@ -472,7 +472,7 @@ describe("Table Widget V2 property pane feature validation", function () { cy.enterTableCellValue(4, 2, "{enter}"); cy.get(".bp3-popover-content").should("not.exist"); - cy.wait(500); + cy.wait(1500); cy.discardTableRow(5, 2); // Check for Required property using currentRow, row with index 1 has id 7 @@ -489,9 +489,9 @@ describe("Table Widget V2 property pane feature validation", function () { cy.enterTableCellValue(4, 1, "1{enter}"); cy.get(".bp3-popover-content").should("not.exist"); - cy.wait(500); + cy.wait(1500); cy.discardTableRow(5, 1); - cy.wait(500); + cy.wait(1500); // Value isn't required in Row Index 2 cy.editTableCell(4, 2); @@ -503,7 +503,7 @@ describe("Table Widget V2 property pane feature validation", function () { cy.enterTableCellValue(4, 2, "{enter}"); cy.get(".bp3-popover-content").should("not.exist"); - cy.wait(500); + cy.wait(1500); cy.discardTableRow(5, 2); // Cleanup