Skip to content

Commit 065d0f7

Browse files
committed
Fix the playwright tests by setting window title in a web safe way
1 parent a778450 commit 065d0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/desktop/src/routes/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import ToastController from '$components/ToastController.svelte';
1616
import ZoomInOutMenuAction from '$components/ZoomInOutMenuAction.svelte';
1717
import { POSTHOG_WRAPPER } from '$lib/analytics/posthog';
18+
import { BACKEND } from '$lib/backend';
1819
import { initDependencies } from '$lib/bootstrap/deps';
1920
import { SETTINGS_SERVICE } from '$lib/config/appSettingsV2';
2021
import { GIT_CONFIG_SERVICE } from '$lib/config/gitConfigService';

0 commit comments

Comments
 (0)