File tree Expand file tree Collapse file tree
DOCUMENTATION/content/guides Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ You could choose to use either:
3453451 . Chrome Driver shipped with Laravel Dusk. (Default)
3463462 . Chrome Driver installed in ` workspace ` container. (Required tweak on DuskTestCase class)
347347
348- For Laravel 2.x, you need to update ` DuskTestCase#prepare ` method if you wish to go with option #2 .
348+ For Laravel Dusk 2.x, you need to update ` DuskTestCase#prepare ` method if you wish to go with option #2 .
349349
350350```
351351
@@ -365,7 +365,7 @@ abstract class DuskTestCase extends BaseTestCase
365365 }
366366```
367367
368- For Laravel 1.x, you need to add ` DuskTestCase#buildChromeProcess ` method if you wish to go with option #2 .
368+ For Laravel Dusk 1.x, you need to add ` DuskTestCase#buildChromeProcess ` method if you wish to go with option #2 .
369369
370370```
371371<?php
You can’t perform that action at this time.
0 commit comments