From bc92d61616c17246090d9ba613d21ca86813fb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Tue, 27 Jun 2023 15:41:54 +0200 Subject: [PATCH] remove left over .only --- addons/xterm-addon-image/test/ImageAddon.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/xterm-addon-image/test/ImageAddon.api.ts b/addons/xterm-addon-image/test/ImageAddon.api.ts index 754cc001..0629d98c 100644 --- a/addons/xterm-addon-image/test/ImageAddon.api.ts +++ b/addons/xterm-addon-image/test/ImageAddon.api.ts @@ -179,7 +179,7 @@ describe('ImageAddon', () => { }); describe('image lifecycle & eviction', () => { - it.only('delete image once scrolled off', async () => { + it('delete image once scrolled off', async () => { // note: the waits in between are needed to make sure, // that the state got updated on the remote browser, // otherwise the test might fail in heavy load CI