spriteCloud / lapis-lazuli

Cucumber helper functions and scaffolding for easier test automation suite development.
Other
7 stars 7 forks source link

Automatically check if nothing is loaded when going to a url #94

Open sjieg opened 6 years ago

sjieg commented 6 years ago

for example if you go to http://thisdoesntexist1234.org/for_sure/ it is a correct URL, so the browser goes to it, but nothing is displayed.

Steps will then fail on the first broswer.find action, making it seem like the element is not there, but actually the page never loaded.