Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Feb 18, 2025
1 parent 5ed0a06 commit a0ef683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/openscd/test/unit/Plugging.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ describe("Bugs ", async () => {
const openscd = await renderMockOpenSCD(doc, "testDoc", plugins)
// @ts-ignore: we use the private function to arrange the scenario
openscd.storePlugins(plugins)
await openscd.requestUpdate()
await openscd.updateComplete
expect(openscd.layout.plugins).to.have.lengthOf(3, getPluginNames(openscd.layout.plugins).join(", "))

openscd.layout.pluginUI.show();
Expand Down

0 comments on commit a0ef683

Please sign in to comment.