File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ abstract class DuskTestCase extends BaseTestCase
3232 $options = (new ChromeOptions)->addArguments(collect([
3333 $this->shouldStartMaximized() ? '--start-maximized' : '--window-size=1920,1080',
3434 '--disable-search-engine-choice-screen',
35+ '--disable-smooth-scrolling',
3536 ])->unless($this->hasHeadlessDisabled(), function (Collection $items) {
3637 return $items->merge([
3738 '--disable-gpu',
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ protected function driver(): RemoteWebDriver
5858 $ options = (new ChromeOptions )->addArguments (collect ([
5959 $ this ->shouldStartMaximized () ? '--start-maximized ' : '--window-size=1920,1080 ' ,
6060 '--disable-search-engine-choice-screen ' ,
61+ '--disable-smooth-scrolling ' ,
6162 ])->unless ($ this ->hasHeadlessDisabled (), function (Collection $ items ) {
6263 return $ items ->merge ([
6364 '--disable-gpu ' ,
You can’t perform that action at this time.
0 commit comments