Chrome Version: 68.0.3440.106
Telerik Test Studio Version: 2018.2.606.0
On our website, first I click an options menu which displays 3 options to interact with each post. I click on the first option to delete the post, and a dialog box pops up, asking if it is okay to delete the post. I'm assuming this is a "Confirm" Dialog because it has an "Ok" and a "Cancel" button. If I run this test and watch the test studio runner, it seems to get stuck in invoking the OnClick event and the dialog box is never interacted with, because it never gets to the handle step. Eventually the runner just closes itself and the test fails. I checked the tests we use for IE 11 and Firefox and the handle confirm dialog steps work with those - though I do notice that they are both more a traditional dialog box then the type the appears in Google Chrome.
Is there a different step in the builder that can accommodate this, or will this end up being a coded solution?
The only error that I get is that the "handle" step for chrome times out.
Any assistance is appreciated, thank you!