Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ describe(
"Table widget inline editing functionality",
{ tags: ["@tag.Widget", "@tag.Table"] },
() => {
afterEach(() => {
agHelper.SaveLocalStorageCache();
});

beforeEach(() => {
agHelper.RestoreLocalStorageCache();
agHelper.AddDsl("Table/InlineEditingDSL");
Expand Down Expand Up @@ -161,6 +157,7 @@ describe(
});

it("7. should check if updatedRowIndex is getting updated for multi row update mode", () => {
agHelper.AddDsl("Table/InlineEditingDSL");
Comment thread
sagar-qa007 marked this conversation as resolved.
Outdated
cy.dragAndDropToCanvas("textwidget", { x: 400, y: 400 });
cy.get(".t--widget-textwidget").should("exist");
cy.updateCodeInput(
Expand Down