Skip to content

Commit

Permalink
modified version of 5623ba6
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Oct 5, 2024
1 parent 6871269 commit 9c74c81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/addon-web-links/test/WebLinksAddon.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ test.describe('WebLinksAddon', () => {
await ctx.page.evaluate(`
window.term.reset();
window._linkaddon?.dispose();
`);
await timeout(10);
await ctx.page.evaluate(`
window._linkaddon = new WebLinksAddon();
window.term.loadAddon(window._linkaddon);
`);
Expand Down

0 comments on commit 9c74c81

Please sign in to comment.