Don't need this anymore

This commit is contained in:
Lance Pioch 2022-10-29 03:58:59 -04:00
parent bc6768fd76
commit ff73db3829
2 changed files with 1 additions and 2 deletions

View file

@ -61,7 +61,7 @@ jobs:
- name: Upgrade Chrome Driver
run: php artisan dusk:chrome-driver --detect
- name: Start Chrome Driver
run: ./vendor/laravel/dusk/bin/chromedriver-linux --whitelisted-ips="" &
run: ./vendor/laravel/dusk/bin/chromedriver-linux &
- name: Run Dusk Tests
run: php artisan dusk

View file

@ -34,7 +34,6 @@ abstract class DuskTestCase extends BaseTestCase
{
$options = (new ChromeOptions())->addArguments(collect([
$this->shouldStartMaximized() ? '--start-maximized' : '--window-size=1920,1080',
'--whitelisted-ips=""',
])->unless($this->hasHeadlessDisabled(), function ($items) {
return $items->merge([
'--disable-gpu',