Skip to content

Commit

Permalink
Merge pull request #7 from Microsoft/yodurr
Browse files Browse the repository at this point in the history
This is great and should fix the issue with **Scientific **and **Programmer **calculator mode. However, it will not fix the issue if the calculator mode is set to **Date Calculation** or other **Coverters**. So Issue #3 requires more change to set the mode to **Standard**
  • Loading branch information
timotiusmargo committed Apr 11, 2016
2 parents 95b5d45 + fe3efe6 commit 173e59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/CalculatorTest/BasicScenarios.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void Combination()
CalculatorSession.FindElementByName("Nine").Click();
CalculatorSession.FindElementByName("Plus").Click();
CalculatorSession.FindElementByName("One").Click();
CalculatorSession.FindElementByName("Equals").Click();
CalculatorSession.FindElementByName("Divide by").Click();
CalculatorSession.FindElementByName("Eight").Click();
CalculatorSession.FindElementByName("Equals").Click();
Expand Down

0 comments on commit 173e59b

Please sign in to comment.