We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad96d commit cfe0159Copy full SHA for cfe0159
test/integration/compas/foundation.test.ts
@@ -29,6 +29,8 @@ describe('compas-foundation', () => {
29
});
30
31
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
+
34
element.dispatchEvent(newUserInfoEvent("Henk"));
35
await element.updateComplete;
36
0 commit comments