Skip to content

Commit

Permalink
Remove empty line in locators
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Oct 4, 2023
1 parent 7773203 commit f50ebce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locators/lib/1.43.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f50ebce

Please sign in to comment.