From d1736a692dda070e53376849e3333604e4de0698 Mon Sep 17 00:00:00 2001 From: Bugra Cuhadaroglu Date: Sat, 7 Nov 2020 13:40:48 -0500 Subject: [PATCH] Adding code review feedback. --- src/CalculatorUITestFramework/UnitConverterPage.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {