mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-23 22:45:18 -07:00
Logical_Operator_Decimal tests should ensure calculator is in decimal mode (#1208)
This commit is contained in:
parent
3055a12178
commit
f93c41a779
1 changed files with 2 additions and 0 deletions
|
@ -559,6 +559,7 @@ namespace CalculatorUITests
|
|||
[Priority(1)]
|
||||
public void Logical_Operator_Decimal_LeftShift()
|
||||
{
|
||||
page.ProgrammerOperators.DecButton.Click();
|
||||
page.ProgrammerOperators.SetLogicalShift();
|
||||
page.StandardOperators.NumberPad.Input(7);
|
||||
page.ProgrammerOperators.LeftShiftLogicalButton.Click();
|
||||
|
@ -571,6 +572,7 @@ namespace CalculatorUITests
|
|||
[Priority(1)]
|
||||
public void Logical_Operator_Decimal_RightShift()
|
||||
{
|
||||
page.ProgrammerOperators.DecButton.Click();
|
||||
page.ProgrammerOperators.SetLogicalShift();
|
||||
page.StandardOperators.NumberPad.Input(16);
|
||||
page.StandardOperators.NegateButton.Click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue