Skip to content

Commit

Permalink
Add selectors to StartEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed May 27, 2024
1 parent 3421d69 commit b8b47a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selectors/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default{
associatedScreenInputTxtBx:'//label[text()="Screen Associated"]//following-sibling::div//div//input[@type="text"]',
completedScreenForInput:'//label[text()="Screen For Completed"]//following-sibling::div//div[@class="multiselect__select"]',
completedScreenInputTxtBx:'//label[text()="Screen For Completed"]//following-sibling::div//div//input[@type="text"]',
advancedConfigBtn: '//button[@id="accordion-button-advanced-accordion"]',
//process manager
clickonProcess: "[data-cy='Processes'] > .nav-link > .fas",
ProcessPgVerify: "#nav-sources-tab",
Expand Down

0 comments on commit b8b47a4

Please sign in to comment.