Fixup tests (#1429)

- Removed unneeded "ToString" calls
- Fixed typos
- Renamed "fEButtonState" to "FEButtonState"
This commit is contained in:
N
2021-01-11 17:40:27 -05:00
committed by GitHub
parent 737cd15562
commit 66ad328d00
9 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ namespace CalculatorUITests
}
CalculatorApp.EnsureCalculatorHasFocus();
page.ScientificOperators.SetAngleOperator(AngleOperatorState.Degrees);
page.ScientificOperators.ResetFEButton(fEButtonState.Normal);
page.ScientificOperators.ResetFEButton(FEButtonState.Normal);
}
[TestCleanup]