Refactor Chrome Driver port in browser-tests.yml and DuskTestCase.php

This commit is contained in:
Andras Bacsai
2024-10-17 21:20:55 +02:00
parent 8e8752a937
commit cbff462a5a
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ abstract class DuskTestCase extends BaseTestCase
})->all());
return RemoteWebDriver::create(
'http://localhost:9515',
'http://localhost:4444',
DesiredCapabilities::chrome()->setCapability(
ChromeOptions::CAPABILITY,
$options