diff --git a/docs/ManualTests.md b/docs/ManualTests.md index 6fbc671..a1d9de5 100644 --- a/docs/ManualTests.md +++ b/docs/ManualTests.md @@ -124,7 +124,7 @@ Steps: m. “( )" Parenthesis -**All Calulators Test: Verify memory functions** +**All Calculators Test: Verify memory functions** Steps: 1. Launch the "Calculator" app. 2. Navigate to "Standard" Calculator. diff --git a/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs b/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs index b90c984..df2ad9c 100644 --- a/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs +++ b/internal/Calculator.UIAutomationLibrary/CalculatorAppLauncher.cs @@ -20,7 +20,7 @@ public static class CalculatorAppLauncher { public const string CoreWindowClassName = "Windows.UI.Core.CoreWindow"; - // This doesn't actually work right now becaue popup will disappear + // This doesn't actually work right now because popup will disappear // Bug 13713223: ContentDialog/Popup does not show up in the UIA tree when Windows.Current.Content has an AutomationName set. // public static readonly UICondition TopLevelWindowUICondition = UICondition.CreateFromId(Constants.TopLevelWindowAutomationId); public static readonly UICondition CoreWindowUICondition = UICondition.CreateFromClassName(CoreWindowClassName) diff --git a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs index ae329b7..02c0206 100644 --- a/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs +++ b/internal/Calculator.UIAutomationLibrary/Utilities/PerfTestConstants.cs @@ -36,6 +36,6 @@ public class PerfConstants /// /// These are uses with the DataSource test property to specify iteration info. /// - public const string AppLifecycleInterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; + public const string AppLifecycleIterationsSource = "Table:" + ConfigDirectory + "AppLifecycle.Iterations.xml#PerformanceConfigurations"; } } diff --git a/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml b/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml index 91a96bc..65cec85 100644 --- a/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml +++ b/internal/Calculator.UITests/Config/AppLifecycle.Iterations.xml @@ -1,7 +1,7 @@