-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
How can I go to a specific url after visit()?
For example, I'd like to:
$this->visit('/login')
->type('me@email.com', 'email')
->type('pword', 'password')
->click('submit')
and then:
->goto('arbitrary/url')
within the same web browser, so my user is still logged in and can to an arbitrary url.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels