Try adding a defaul url to override the Webdriver "url is blank" bullshit

This commit is contained in:
snipe 2016-04-13 04:07:03 -07:00
parent 942b8d1b3c
commit 7236559b44

View file

@ -7,6 +7,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
* *
* @var string * @var string
*/ */
protected $baseUrl = 'http://localhost:8000';
/** /**
* Creates the application. * Creates the application.