Why this step did not fail?

why it throws a kind of warning instead of failing ?

2018-01-16 16-35-38.png

‘Wait’ keywords will not throw fail result to a step in case the input test object is not present/visible…accordingly. It will just throw warning instead

ok is there a good pattern to make it fail ? thanks

You can use ‘Verify Element Present’ instead :slight_smile:

ah great I missed that one, I was looking for a timeout paramater and this one has it

thanks a lot !