diff --git a/locators/lib/1.85.0.ts b/locators/lib/1.85.0.ts index e6669c4a2..cf9adb6da 100644 --- a/locators/lib/1.85.0.ts +++ b/locators/lib/1.85.0.ts @@ -3,6 +3,9 @@ export const diff: LocatorDiff = { locators: { Workbench: { notificationContainer: By.className('notifications-list-container') - } + }, + ViewTitlePart: { + actionContstructor: (title: string) => By.xpath(`.//a[@aria-label='${title}']`) + }, } } \ No newline at end of file