Skip to content

Commit de19621

Browse files
author
Dennis Labordus
authored
Merge pull request #64 from com-pas/small_unit_test_addition
Added small Unit Test addition
2 parents 21ad96d + cfe0159 commit de19621

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)