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.
2 parents 21ad96d + cfe0159 commit de19621Copy full SHA for de19621
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