From 1e9f752c7521a1113e0b628adf75c1bdd3a99a5c Mon Sep 17 00:00:00 2001 From: PaolaPellegrini <51709910+PaolaPellegrini@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:21:10 -0400 Subject: [PATCH] add selector for IDP --- selectors/idp.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selectors/idp.js b/selectors/idp.js index 16c4895..a9ce231 100644 --- a/selectors/idp.js +++ b/selectors/idp.js @@ -15,6 +15,10 @@ export default { userRequestVariableSelectDestination:'[name="destination-request-variable"]', inputDocumentType:'//input[@name="documentType"]', splitDocument: '//input[@name="splitDocument"]', + usernameTxtBx: '#username', + passwordTxtBx: '#password', + loginBtn: '[type="submit"]', + Dossier1: '//div[@id="app"]//*[contains(text(),"TCP4-3881")]', } \ No newline at end of file