Skip to content

Commit

Permalink
Update 'contextView' locator in 'ContextMenu'
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 authored May 29, 2024
1 parent 61674eb commit b640f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/pageobjects/ide/CheCodeLocatorLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export class CheCodeLocatorLoader extends LocatorLoader {
},
ScmView: {
actionConstructor: (title: string): By => By.xpath(`.//a[@aria-label='${title}']`)
},
ContextMenu: {
contextView: By.className('monaco-menu-container')
}
},
extras: {
Expand Down

0 comments on commit b640f5c

Please sign in to comment.