This code snippet overrides php DuskTestCase->createBrowsers
method to extends the functionality and add the elements count assertion
File tests/Browser/BaseBrowser.php
// Extend Browser Class
namespace Tests\Browser;
use Laravel\Dusk\Browser;
use PHPUnit_Framework_Assert as PHPUnit;