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')