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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user