Add changes for vagrant

This commit is contained in:
Dane Everitt 2018-07-14 21:16:18 -07:00
parent d17442a096
commit 2ae43e1f61
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 23 additions and 2 deletions

View file

@ -45,7 +45,7 @@ abstract class BrowserTestCase extends TestCase
]);
return RemoteWebDriver::create(
'http://services.pterodactyl.local:4444/wd/hub', DesiredCapabilities::chrome()->setCapability(
'http://host.pterodactyl.local:4444/wd/hub', DesiredCapabilities::chrome()->setCapability(
ChromeOptions::CAPABILITY, $options
)
);