From 83c760da8768ba16935b4e97ab60bc08696f9dec Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 2 Nov 2020 16:04:42 +0300 Subject: [PATCH] Removing download icon check for testing purpose Signed-off-by: Alex Andreev --- integration/__tests__/app.tests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index 9c65e78c41..a472b967d4 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -499,7 +499,6 @@ describe("Lens integration tests", () => { // Click through controls await app.client.click(".PodLogControls .timestamps-icon") await app.client.click(".PodLogControls .undo-icon") - await app.client.click(".PodLogControls .download-icon") }) }) })