Skip to content

Commit 382a008

Browse files
authored
Update AutoDiscoverTest.php
1 parent 4ec5e1c commit 382a008

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/AutoDiscoverTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ public function testLinux(): void
6161
$autoDiscover->guessChromeBinaryPath(),
6262
$this->logicalOr(
6363
'chrome',
64-
'/usr/bin/google-chrome'
64+
'/usr/bin/google-chrome',
65+
'/usr/bin/chromium-browser',
66+
'/snap/bin/chromium'
6567
)
6668
);
6769
}

0 commit comments

Comments
 (0)