Use assertions to check if your page behaves as it should, without interacting with it. You assert if something is there, and if it is not, your test fails.
How to record an assertion?
Currently, you can only add "Assert text" during the recording, but you can add more advanced assertions manually - learn more about assertions and their types.