From 88d2e6667859db508963b9b48ce53cf30427e7ad Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Wed, 24 Nov 2021 14:24:52 +0300 Subject: [PATCH] Remove clicking Disconnect after each test Signed-off-by: Alex Andreev --- integration/__tests__/cluster-pages.tests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index 930c852fe8..41d1655314 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -328,8 +328,6 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { }, 10*60*1000); afterEach(async () => { - await frame.click(`[data-testid="sidebar-cluster-dropdown"]`); - await frame.click(`.Menu >> text="Disconnect"`); await cleanup(); }, 10*60*1000);