Skip to content

Commit

Permalink
Update launchpad selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-mauricio committed Sep 13, 2024
1 parent e2b4a23 commit e4fa53b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions selectors/processLaunchPad.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
launch_searchProcessButton: '[title="Search Processes"]',
launch_cardProcess: '//*[contains(text(),"processName")]',
launch_startProcessButton: '//*[contains(text(),"Start this")]',
launch_elipsis: '//*[contains(@class,"ellipsis")]//button',
launch_elipsis: '//*[contains(@class,"header")]//*[contains(@class,"ellipsis")]//button',
processCategoryLabel: "//div['.list-group']/div[contains(text(),'element')]",
processLabel: "//div['.card-info']/span[contains(text(),'label')]",
bookmarkSelection: "//div['.card-info']/span[contains(text(),'label')]/ancestor::p/div['.card-bookmark']/i",
Expand All @@ -40,6 +40,7 @@ export default {
trashIcon: '//div/i[@class="fas fa-trash-alt custom-trash-icon"]',
deleteVideo: '//div/button[@class="btn btn-delete-embed btns-popover"]',
embedMediaDeleteAlert: '//span[contains(text(), "The embed media was deleted")]',
inputLaunchScreen: '//div/input[@placeholder="Type to search Screen"]'
inputLaunchScreen: '//div/input[@placeholder="Type to search Screen"]',
cardLaunchProcess: '[class="card-text"]'
}

0 comments on commit e4fa53b

Please sign in to comment.