Integrated
GitHub
Search documentation
visit
Makes a request to a route.
Arguments
Name
Type
Required
Default
Description
route
string
true
The route to visit, e.g. `/login` or `/posts/4`.
Integrated will build the full URL.
Examples
it( "can visit a route", function() { this.visit( "/" ) .visit( "/about" ); } );