From adc877ffbdec136546e159e99cc8934c392666e0 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 11 Mar 2025 09:48:15 +1100 Subject: [PATCH] Documentation tweak --- Session/Settings/DeveloperSettingsViewModel+Testing.swift | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Session/Settings/DeveloperSettingsViewModel+Testing.swift b/Session/Settings/DeveloperSettingsViewModel+Testing.swift index 099708b6c..1a2a55bad 100644 --- a/Session/Settings/DeveloperSettingsViewModel+Testing.swift +++ b/Session/Settings/DeveloperSettingsViewModel+Testing.swift @@ -18,12 +18,15 @@ extension DeveloperSettingsViewModel { /// const iOSCapabilities: AppiumXCUITestCapabilities = { /// 'appium:processArguments': { /// env: { - /// 'serviceNetwork': "testnet", - /// 'debugDisappearingMessageDurations': true + /// 'serviceNetwork': 'testnet', + /// 'animationsEnabled': 'false', + /// 'debugDisappearingMessageDurations': 'true' /// } /// } /// } /// ``` + /// + /// **Note:** All values need to be provided as strings (eg. booleans) static func processUnitTestEnvVariablesIfNeeded(using dependencies: Dependencies) { #if targetEnvironment(simulator) enum EnvironmentVariable: String {