I want to change a fail to pass and pass to fail

So I want to check that the website isn’t allowing anyone to do something, basically If the test case can’t do something it should pass. I don’t know how to do that and I couldn’t find anything like that anywhere else.

Hi @Tigetiiger,

Run Keyword And Expect Error is what you are probably after. You can even make it fail if it doesn’t get the error you were expecting to get but some other different error.

Dave.

1 Like