Tests: Fix Dusk tests after 13626 (#15057)

This commit is contained in:
Jellyfrog
2023-05-23 19:23:15 +02:00
committed by GitHub
parent 04bb75f5f3
commit 153be4d583
14 changed files with 37 additions and 47 deletions

View File

@@ -39,7 +39,7 @@ use Session;
class UserPreferencesController extends Controller
{
private $cachedPreferences = ['locale', 'site_style'];
private $cachedPreferences = ['locale', 'site_style', 'timezone'];
public function __construct()
{