From e5233ca8fb1f3795b9d92fd6cf1f7f5989adb4b1 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 9 Oct 2020 10:58:43 -0400 Subject: [PATCH] remove console logs Signed-off-by: Sebastian Malton --- integration/__tests__/app.tests.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index a05b0cd46f..492f02d1e6 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -29,13 +29,9 @@ describe("Lens integration tests", () => { } const clickWhatsNew = async (app: Application) => { - console.log(1) await app.client.waitUntilTextExists("h1", "What's new?") - console.log(2) await app.client.click("button.primary") - console.log(3) await app.client.waitUntilTextExists("h1", "Welcome") - console.log(4) } describe("app start", () => {