Skip to content

Commit

Permalink
Merge branch 'release' of github.com:appsmithorg/appsmith into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Saroj committed May 12, 2023
2 parents fbb07b9 + 1a4961d commit 9586247
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
Expand All @@ -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);
Expand All @@ -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
Expand Down

0 comments on commit 9586247

Please sign in to comment.