mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
modified version of 5623ba6
This commit is contained in:
@@ -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);
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user