langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Lock locale of headless Chrome to en-GB #4

Closed DivineOmega closed 6 years ago

DivineOmega commented 6 years ago

This PR sets the locale of the headless Chrome instance used for Laravel Dusk testing to en-GB. The default appears to be en-US.

This fixes inconsistent test results with Dusk tests that interact with date type input fields.