How to enable a button on the pop up modal accessible only for ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 01:43 AM
Am trying to incorporate a workflow in ATF. As per our process, in a pop up modal i do have a field "Comments". once the Comments field is populated with a value, it enables the button "Proceed" for the user. else if the comment field is empty the Proceed button is disabled.
but here in my case, i have incorporated the steps to fill the comment field using set component value on the custom UI. but still the Proceed button is disabled.
so is there a way to enable the Proceed button in ATF or on the UI page (to make it accessible only for ATF tests)??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 11:30 PM
Here is the problem,
After adding comment in ATF you need to click somewhere in the modal button, then only the mandatory sign from comment will disappear.
You cannot do this with ATF.
Although, while running ATF if you manually click somewhere on pop-up, the Proceed button will appear.
This is the only way.
This is due to customization.
*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
*************************************************************************************************************
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel