Skip to content

Commit

Permalink
add selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaolaPellegrini committed May 3, 2024
1 parent a74b461 commit ea526ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selectors/idp.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default {
overview:'//*[@id="overview-tab"]',
documentTypeXpath:'(//input[@placeholder="Type to search"])[1]',
destinationXpath:'(//input[@placeholder="Type to search"])[2]',
publishNewVerionButton:'//*[@class="btn btn-secondary"]',
publishNewVersionButton:'[data-test="btn-save-publish"]',
saveLaunchPadButton: '[data-test="launchpad-modal-btn-ok"]',
useRequestVariableDocumentType:'//div[text()[normalize-space()=""]]/parent::div//input[@name="document-type-request-variable"]',
userRequestVariableSelectDestination:'[name="destination-request-variable"]',
inputDocumentType:'//input[@name="documentType"]',
Expand Down

0 comments on commit ea526ae

Please sign in to comment.