mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-31 12:00:01 -07:00
Fix primary display bug by adding leading 0's to binary values (#1760)
* Fix binary display missing leading 0's (#1739) * Added leading 0's to binary values in Progremmer Mode UI tests Co-authored-by: mattclin <mattclin.umich.edu>
This commit is contained in:
parent
73419b9ee1
commit
c1987796b2
3 changed files with 16 additions and 9 deletions
|
@ -7,7 +7,7 @@ using OpenQA.Selenium.Appium.Windows;
|
|||
namespace CalculatorUITestFramework
|
||||
{
|
||||
/// <summary>
|
||||
/// This class contains the UI automation objects and helper methods available when the Calculator is in Scientific Mode.
|
||||
/// This class contains the UI automation objects and helper methods available when the Calculator is in Programmer Mode.
|
||||
/// </summary>
|
||||
public class ProgrammerCalculatorPage
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue