mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Adding code review feedback.
This commit is contained in:
parent
4e15401c1a
commit
d1736a692d
1 changed files with 3 additions and 3 deletions
|
@ -35,17 +35,17 @@ namespace CalculatorUITestFramework
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Navigates the caclulator to Standard mode and ensures that it is in standard mode
|
||||
/// Navigates the calculator is in currency mode
|
||||
/// </summary>
|
||||
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();
|
||||
}
|
||||
|
||||
///// <summary>
|
||||
///// Ensures that the calculator is in Standard Mode
|
||||
///// Ensures that the calculator is in Currency Mode
|
||||
///// </summary>
|
||||
public void EnsureCalculatorIsCurrencyMode()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue