You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but all my $this->visit('...') return a NotFoundException.
Any ideas why? The actual web app works on that baseUrl, like
https://localhost/project_name/public/p/list
Not using the custom baseUrl, all work fine except that forms do not have the proper action urls inside (viewed them using dump()), so the submitForm() or press() methods return unwanted results.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello and thanks for a great package Jeffrey :)
I am trying to have a baseUrl like so:
but all my
$this->visit('...')
return a NotFoundException.Any ideas why? The actual web app works on that baseUrl, like
Not using the custom baseUrl, all work fine except that forms do not have the proper action urls inside (viewed them using dump()), so the submitForm() or press() methods return unwanted results.
Thanks in advance.
The text was updated successfully, but these errors were encountered: