From 858acc1811685115825eaa0b2bf990070c5135cd Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 3 Nov 2020 09:47:43 +0300 Subject: [PATCH] Removing clicking on nginx-create-pod-test Signed-off-by: Alex Andreev --- integration/__tests__/app.tests.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index a472b967d4..5c3b753f17 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -462,9 +462,6 @@ describe("Lens integration tests", () => { await app.client.click("button.Button=Create & Close") // Wait until first bits of pod appears on dashboard await app.client.waitForExist(".name=nginx-create-pod-test") - // Open pod details - await app.client.click(".name=nginx-create-pod-test") - await app.client.waitUntilTextExists("div.drawer-title-text", "Pod: nginx-create-pod-test") }) })