From a3146073bebb17b6f990891a277323a19e3731d6 Mon Sep 17 00:00:00 2001 From: Pavel Marek <86114326+ScriptingShrimp@users.noreply.github.com> Date: Mon, 13 May 2024 19:22:56 +0200 Subject: [PATCH] fix(kiali): removing unnecessary afterAll hook (#1642) removing unnecessary afterAll hook --- plugins/kiali/tests/kiali.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/kiali/tests/kiali.spec.ts b/plugins/kiali/tests/kiali.spec.ts index 0a96a94ffe..03ab55ddb4 100644 --- a/plugins/kiali/tests/kiali.spec.ts +++ b/plugins/kiali/tests/kiali.spec.ts @@ -16,10 +16,6 @@ test.describe('Kiali plugin', () => { await page.locator('[data-test="Kiali Errors"]'); }); - test.afterAll(async ({ browser }) => { - await browser.close(); - }); - test('Networking error', async () => { await expect( page.locator('[data-test="Warning: Error reaching Kiali"]'),