Laravel Testing: Assert Final Page Content After a Redirect
📰 Dev.to · Recca Tsai
POST requests only return a 302, hiding the final page. Use followingRedirects() to automatically follow redirects and assert on the destination page content.
POST requests only return a 302, hiding the final page. Use followingRedirects() to automatically follow redirects and assert on the destination page content.