Drop-down value is not selecting #26037
Unanswered
ViranshDubey
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have an issue with the drop-down value selection. The drop-down values open but not selected even though the CLICK command is successful. Kindly help.
Please have a look at the attached screenshot.
cy.get("sap-crm-drop-down-button[arialabel='Edit ']").parent("sap-crm-drop-down").click(); cy.contains("sap-crm-list-item", "completionDueOn").should("be.visible").click();
Regards,


Vishal
Beta Was this translation helpful? Give feedback.
All reactions