mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Use php artisan serve url
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b9cc0c9d4c
commit
e7541f29d2
|
@ -41,7 +41,7 @@ abstract class DuskTestCase extends BaseTestCase
|
|||
})->all());
|
||||
|
||||
return RemoteWebDriver::create(
|
||||
$_ENV['DUSK_DRIVER_URL'] ?? 'http://localhost:9515',
|
||||
$_ENV['DUSK_DRIVER_URL'] ?? 'http://127.0.0.1:8000',
|
||||
DesiredCapabilities::chrome()->setCapability(
|
||||
ChromeOptions::CAPABILITY, $options
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue