Try adding a defaul url to override the Webdriver "url is blank" bullshit
This commit is contained in:
parent
942b8d1b3c
commit
7236559b44
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $baseUrl = 'http://localhost:8000';
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
|
|
Loading…
Add table
Reference in a new issue