Resolved! How to handle confirm() pop-up in ATF test?
Hello everyone, I'm working on an ATF test. While submitting the Request from employee centre the UI triggers a JavaScript confirm() dialog, like this:var correctInfo = confirm("Are you sure that " + answer.name + " with userid " + answer.userId + " ...