Skip to content

Commit

Permalink
Merge pull request #129 from ProcessMaker/selectorsPB
Browse files Browse the repository at this point in the history
add selectors  for PMBlocks
  • Loading branch information
PaolaPellegrini authored Jun 20, 2024
2 parents 825894b + 6fee8e6 commit 1e28a22
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions selectors/pmBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,21 @@ export default{
lineInputPmBlock: '[name="form_input_1"]',
selectListPmBlock: '[name="config"]',
loopControlPanel: '[data-cy="controls-PmBlockFormLoop"]',
collapsedConfigurationPMBlock:'//*[@id="collapse-configuration"]',
selectListPMBlock1:'(//*[@class="multiselect__select"])[1]',
selectListPMBlock2:'(//*[@class="multiselect__select"])[2]',
selectListPMBlock3:'(//*[@class="multiselect__select"])[3]',
lineInputLoop1:'(//input[@name="form_input_1"])[1]',
lineInputLoop2:'(//input[@name="form_input_1"])[2]',
lineInputLoop3:'(//input[@name="form_input_1"])[3]',
richTextLoop1:'(//div[text()="Test Case TCP4-3774"])[1]',
richTextLoop2:'(//div[text()="Test Case TCP4-3774"])[2]',
richTextLoop3:'(//div[text()="Test Case TCP4-3774"])[3]',
addItemLoop:'//button[@title="Add Item"]',
RTLoopAllow1:'(//div[contains(text(),"add")])[1]',
RTLoopAllow2:'(//div[contains(text(),"add")])[2]',
RTLoopAllow3:'(//div[contains(text(),"add")])[3]',
RTLoopAllow4:'(//div[contains(text(),"add")])[4]',
RTLoopAllow5:'(//div[contains(text(),"add")])[5]',

}

0 comments on commit 1e28a22

Please sign in to comment.