Skip to content

Commit cfe0159

Browse files
author
Rob Tjalma
committed
Added small addition
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 21ad96d commit cfe0159

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/compas/foundation.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ describe('compas-foundation', () => {
2929
});
3030

3131
it('when UserInfoEvent event is dispatched, the username is shown in OpenSCD', async () => {
32+
expect(element.shadowRoot!.querySelector('span[id="userField"]')).to.be.null;
33+
3234
element.dispatchEvent(newUserInfoEvent("Henk"));
3335
await element.updateComplete;
3436

0 commit comments

Comments
 (0)