1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove clicking Disconnect after each test

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-24 14:24:52 +03:00
parent 4a3c31369c
commit 88d2e66678

View File

@ -328,8 +328,6 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => {
}, 10*60*1000); }, 10*60*1000);
afterEach(async () => { afterEach(async () => {
await frame.click(`[data-testid="sidebar-cluster-dropdown"]`);
await frame.click(`.Menu >> text="Disconnect"`);
await cleanup(); await cleanup();
}, 10*60*1000); }, 10*60*1000);