The test I’m writing is to compare the search results from the old site to the new site that we’re building.
Is there a test helper to go to an external URL in a test? I’ve tried visit
and that is looking for an internal route.
The test I’m writing is to compare the search results from the old site to the new site that we’re building.
Is there a test helper to go to an external URL in a test? I’ve tried visit
and that is looking for an internal route.