mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 06:25:19 -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>
|
/// <summary>
|
||||||
/// Navigates the caclulator to Standard mode and ensures that it is in standard mode
|
/// Navigates the calculator is in currency mode
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void NavigateToUnitConverter()
|
public void NavigateToUnitConverter()
|
||||||
{
|
{
|
||||||
// Ensure that calculator is in standard mode
|
// Ensure that calculator is in Currency Mode
|
||||||
this.NavigationMenu.ChangeCalculatorMode(CalculatorMode.Currency);
|
this.NavigationMenu.ChangeCalculatorMode(CalculatorMode.Currency);
|
||||||
this.UnitConverterResults.IsResultsDisplayPresent();
|
this.UnitConverterResults.IsResultsDisplayPresent();
|
||||||
}
|
}
|
||||||
|
|
||||||
///// <summary>
|
///// <summary>
|
||||||
///// Ensures that the calculator is in Standard Mode
|
///// Ensures that the calculator is in Currency Mode
|
||||||
///// </summary>
|
///// </summary>
|
||||||
public void EnsureCalculatorIsCurrencyMode()
|
public void EnsureCalculatorIsCurrencyMode()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue