From f50ebcee6b114ca4e93bb5759f6ec38a867b9390 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Wed, 4 Oct 2023 14:44:43 +0200 Subject: [PATCH] Remove empty line in locators Signed-off-by: Dominik Jelinek --- locators/lib/1.43.0.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/locators/lib/1.43.0.ts b/locators/lib/1.43.0.ts index 36a1f0d4e..7952e1945 100644 --- a/locators/lib/1.43.0.ts +++ b/locators/lib/1.43.0.ts @@ -6,7 +6,6 @@ export const diff: LocatorDiff = { Input: { quickPickIndex: (index: number) => By.xpath(`.//div[@role='listitem' and @data-index='${index}']`), multiSelectIndex: (index: number) => By.xpath(`.//div[@role='listitem' and @data-index='${index}']`) - }, NotificationsCenter: { close: By.className('codicon-chevron-down')