re-enable failing test

This commit is contained in:
Jörg Breitbart
2023-07-29 18:26:31 +02:00
parent 664a110fd1
commit 5f98db9b76
@@ -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));