How do I test the registration form and my custom redirect?

Hi, I want to test my registration form with pest tests. But how?
3 Replies
Thomas van der Westen
@Andi Thanks but how to test if the user is correctly redirected?
Andi
Andi5mo ago
I think there is assertRedirect(url)

Did you find this page helpful?