mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Make ResetWordSize more robust
This commit is contained in:
parent
edb78dd3ae
commit
f05b95b782
1 changed files with 3 additions and 3 deletions
|
@ -172,17 +172,17 @@ namespace CalculatorUITestFramework
|
|||
else if (source.Contains("dwordButton"))
|
||||
{
|
||||
DWordButton.Click();
|
||||
WordButton.Click();
|
||||
ByteButton.Click();
|
||||
ResetWordSize();
|
||||
}
|
||||
else if (source.Contains("wordButton"))
|
||||
{
|
||||
WordButton.Click();
|
||||
ByteButton.Click();
|
||||
ResetWordSize();
|
||||
}
|
||||
else if (source.Contains("byteButton"))
|
||||
{
|
||||
ByteButton.Click();
|
||||
ResetWordSize();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue