Skip to content

Commit

Permalink
update only
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Nov 26, 2024
1 parent 9906ca7 commit 1203bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe(
agHelper.GetNClick(propPane._deleteWidget);
});

it.only("4. To verify that clearStore() only affects the current tab's storage and does not inadvertently impact session storage across tabs.", function () {
it("4. To verify that clearStore() only affects the current tab's storage and does not inadvertently impact session storage across tabs.", function () {
entityExplorer.DragDropWidgetNVerify("buttonwidget", 100, 100);
const JS_OBJECT_BODY = `export default {
storeValue: async () => {
Expand Down

0 comments on commit 1203bf5

Please sign in to comment.