Skip to content

Commit 967dd09

Browse files
committed
#9443 wip
1 parent 084d01d commit 967dd09

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

test/playwright/unit/app/devindex/GridScrollProfile.spec.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@ test.describe.serial('DevIndex Grid Scroll Profile', () => {
122122
expect(duration).toBeLessThan(200);
123123

124124
grid.destroy();
125+
store.destroy();
125126
});
126127
});

test/playwright/unit/app/devindex/StoreFilterProfile.spec.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ test.describe.serial('DevIndex Store Filtering Profile', () => {
5555

5656
expect(store.count).toBeGreaterThan(0);
5757
expect(store.count).toBeLessThan(data.length);
58+
59+
store.destroy();
5860
});
5961
});

test/playwright/unit/manager/ComponentGetChildrenProfile.spec.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ test.describe.serial('ComponentManager getChildren Profile', () => {
7272
expect(childrenFromDom.length).toBe(childrenFromMap.length);
7373
expect(childrenFromDom.length).toBe(50);
7474

75+
children.forEach(c => c.destroy());
7576
parent.destroy();
7677
});
7778
});

0 commit comments

Comments
 (0)