mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
re-enable failing test
This commit is contained in:
@@ -242,8 +242,7 @@ describe('Search Tests', function (): void {
|
||||
{ resultCount: 1000, resultIndex: 1 }
|
||||
]);
|
||||
});
|
||||
// FIXME: skipped due to failing on windows
|
||||
it.skip('should fire when writing to terminal', async () => {
|
||||
it('should fire when writing to terminal', async () => {
|
||||
await page.evaluate(`
|
||||
window.calls = [];
|
||||
window.search.onDidChangeResults(e => window.calls.push(e));
|
||||
|
||||
Reference in New Issue
Block a user