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 {