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", () => {