diff --git a/docs/tips/hidden-file-sync.md b/docs/tips/hidden-file-sync.md index 4fd89a09..6b270da2 100644 --- a/docs/tips/hidden-file-sync.md +++ b/docs/tips/hidden-file-sync.md @@ -20,7 +20,7 @@ Enabling Hidden File Sync requires an initialisation direction: ## Review the file selection 1. Open Self-hosted LiveSync settings. -2. Open `Setup`, find `Enable extra and advanced features`, and enable `Advanced features`. +2. Open `General Settings` → `Extra menus`, and enable `Advanced features`. ![Advanced features enabled](../../images/hidden-file-sync/guide-hidden-file-advanced-features.png) diff --git a/test/e2e-obsidian/scripts/setup-uri-workflow.ts b/test/e2e-obsidian/scripts/setup-uri-workflow.ts index f482b7df..c14a1e18 100644 --- a/test/e2e-obsidian/scripts/setup-uri-workflow.ts +++ b/test/e2e-obsidian/scripts/setup-uri-workflow.ts @@ -536,7 +536,7 @@ async function captureHiddenFileGuideSettings( const screenshots = [ await captureObsidianElement(port, "guide-hidden-file-advanced-features.png", (page) => - liveSyncSettingPanelByTitle(page, "Setup", "Enable extra and advanced features") + liveSyncSettingPanelByTitle(page, "General Settings", "Extra menus") ), ];