Fixup tests (#1429)
- Removed unneeded "ToString" calls - Fixed typos - Renamed "fEButtonState" to "FEButtonState"
This commit is contained in:
@@ -54,7 +54,7 @@ namespace CalculatorUITests
|
||||
}
|
||||
CalculatorApp.EnsureCalculatorHasFocus();
|
||||
page.ScientificOperators.SetAngleOperator(AngleOperatorState.Degrees);
|
||||
page.ScientificOperators.ResetFEButton(fEButtonState.Normal);
|
||||
page.ScientificOperators.ResetFEButton(FEButtonState.Normal);
|
||||
}
|
||||
|
||||
[TestCleanup]
|
||||
|
Reference in New Issue
Block a user