ATF not supporting Pop-Up browser windowsIssue Use-case: To cancel the popup confirmation appearing after clicking the order now button for catalog item on service now portal. While Replicating the same with ATF, after clicking order now button, it automatically creates an RITM and doesn't allow to cancel the request from Order Confirmation Screen. Current Behaviour: To handle a Pop-up browser window through ATF, custom UI steps are unable to serve the purpose. However, GlideModal or GlideModalForm can be used on the Widget for having better support through ATF steps. Cause1. Current ATF steps are not respecting 2 - step validation.2. Custome UI Steps are not solving the purpose.ResolutionAs per the attached, GlideModal or GlideModalForm can be used on the Widget for having better support through ATF steps.