diff --git a/src/CalculatorUITestFramework/UnitConverterPage.cs b/src/CalculatorUITestFramework/UnitConverterPage.cs index 71620663..e3984cf9 100644 --- a/src/CalculatorUITestFramework/UnitConverterPage.cs +++ b/src/CalculatorUITestFramework/UnitConverterPage.cs @@ -35,17 +35,17 @@ namespace CalculatorUITestFramework } /// - /// Navigates the caclulator to Standard mode and ensures that it is in standard mode + /// Navigates the calculator is in currency mode /// public void NavigateToUnitConverter() { - // Ensure that calculator is in standard mode + // Ensure that calculator is in Currency Mode this.NavigationMenu.ChangeCalculatorMode(CalculatorMode.Currency); this.UnitConverterResults.IsResultsDisplayPresent(); } ///// - ///// Ensures that the calculator is in Standard Mode + ///// Ensures that the calculator is in Currency Mode ///// public void EnsureCalculatorIsCurrencyMode() {