Hello,
I am testing a login process that, when login is clicked from the test webpage, a pop up authentication modal is launched. The tests were working earlier, but now, the first 2 steps shown below quickly get reported as passed even though the UI has not completed loading and the login button never really gets clicked, resulting in the test hanging at the 3rd step:
…..
‘click login
Application(“APP”).View(“Login page”).Object(“Login Button”).Exist
Application(“APP”).View(“Login page”).Object(“Login Button”).Click
‘login with Chrome
Application(“APP”).View(“Chrome Authentication”).Object(“Username”).Object(“Chrome UN text field”).Exist
any suggestions?
thanks!