diff --git a/selectors/idp.js b/selectors/idp.js index 4ffb2a8..41b0be5 100644 --- a/selectors/idp.js +++ b/selectors/idp.js @@ -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"]',