mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Try adding a defaul url to override the Webdriver "url is blank" bullshit
This commit is contained in:
parent
942b8d1b3c
commit
7236559b44
|
@ -7,6 +7,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $baseUrl = 'http://localhost:8000';
|
||||
|
||||
/**
|
||||
* Creates the application.
|
||||
|
|
Loading…
Reference in a new issue