Skip to content

Commit

Permalink
issue-605: Update ActionConstructor for ViewTitlePart (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mdr authored Feb 5, 2024
1 parent 9039cd6 commit 9e6b19a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locators/lib/1.85.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}']`)
},
}
}

0 comments on commit 9e6b19a

Please sign in to comment.