Skip to content

Commit dc3ef79

Browse files
committed
chore: align WrapperIdCheck and sandman_handoff metrics with test isolation updates (#9746)
1 parent 1383373 commit dc3ef79

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/playwright/unit/component/WrapperIdCheck.spec.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ test.describe('Wrapper Component IDs', () => {
4848
parentComponent: mockGrid
4949
});
5050

51-
// The root vdom node (the wrapper) should have the wrapper suffix
52-
expect(gridBody.vdom.id).toBe('my-grid-body__wrapper');
53-
// The getVdomRoot() node should have the component ID
51+
// In the new Multi-Body architecture, GridBody extends Component and does not use a wrapper element.
52+
expect(gridBody.vdom.id).toBe('my-grid-body');
5453
expect(gridBody.getVdomRoot().id).toBe('my-grid-body');
5554

5655
// Unregister manually to avoid destroy() complexity with mock parent

0 commit comments

Comments
 (0)