InteractsWithPages
trait InteractsWithPages (View source)
Methods
$this visit(string $uri) Visit the given URI with a GET request. $this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. $this within(string $element, Closure $callback) Narrow the test content to a specific area of the page. $this see(string $text, bool $negate = false) Assert that a given string is seen on the current HTML. $this dontSee(string $text