Does Laravel provide tools for testing displayed content in React? I'm using Breeze. I can check (if only with Feature) if a route exists and as returns a status, but sometimes some content on a given page differs depending on whether an administrator, the creator of that content, a logged-in user, or a visitor enters it. I know React provides ->assertSee but it doesn't work when I use Breeze + React. Any ideas?