-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup NavView tests #2771
Cleanup NavView tests #2771
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks like the C++ compiler ran out of memory. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
// Go to the navview items. | ||
// Set focus inside page | ||
var focusButton = FindElement.ByName("FocusAnchorButton"); | ||
focusButton.SetFocus(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this now needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Addresses the unhelpful tests addressed during #2396 and requested here and here
Motivation and Context
Closes #2468
How Has This Been Tested?
Ran the tests in question
Screenshots (if appropriate):