Skip to content

Commit

Permalink
fix addNewRow spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesikot committed Aug 12, 2024
1 parent d65ab07 commit 922764b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ describe("Validation flow", { tags: ["@tag.Widget", "@tag.Table"] }, () => {
cy.enterTableCellValue(0, 0, "");
cy.get(`.t--inlined-cell-editor-has-error`).should("exist");

// revert to Number for remainder of tests
cy.get(commonlocators.changeColType).last().click();
cy.get(".t--dropdown-option").children().contains("Number").click();
cy.wait("@updateLayout");

cy.get(".t--discard-new-row").click({ force: true });
});

Expand Down

0 comments on commit 922764b

Please sign in to comment.