From 9d8521309ff59c7db523bec2490807ee9da28379 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Mon, 9 Nov 2020 10:17:34 -0500 Subject: [PATCH] fix indentation Signed-off-by: Jim Ehrismann --- integration/__tests__/app.tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index 854a92dde5..132c12bcb4 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -54,9 +54,9 @@ describe("Lens integration tests", () => { describe("preferences page", () => { it('shows "preferences"', async () => { - let appName: string = process.platform === "darwin" ? "Lens" : "File" - await app.electron.ipcRenderer.send('test-menu-item-click', appName, "Preferences") - await app.client.waitUntilTextExists("h2", "Preferences") + let appName: string = process.platform === "darwin" ? "Lens" : "File" + await app.electron.ipcRenderer.send('test-menu-item-click', appName, "Preferences") + await app.client.waitUntilTextExists("h2", "Preferences") }) it('ensures helm repos', async () => {