I'm testing a scenario where I click on a button and below dialog appears. It's only possible to click on 'Update'
I have put following in my test scenario:
Click Element jquery=a.newOrder
Click Element Link=Update
I receive following error message after running the test: Element is not clickable at point (1023, 127.19999694824219). Other element would receive the click:
The only HTML code that is related to the Update is
<a href="orderModule?orderCode=0009502064&edit=true">Update</a>
I also try to test this with alert but no alert is found...
Can someone explain me what I need to do?
Thanks!