Skip to content

Commit

Permalink
fix(kiali): removing unnecessary afterAll hook (#1642)
Browse files Browse the repository at this point in the history
removing unnecessary afterAll hook
  • Loading branch information
ScriptingShrimp committed May 13, 2024
1 parent c29309c commit a314607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/kiali/tests/kiali.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'),
Expand Down

0 comments on commit a314607

Please sign in to comment.