* [UITest] Try dev uitest for api25 fixes
* [Controls] Fix some rounding issues for UITests
* [UITest] Update to Xamarin.UITest 2.2.0 stable
* [UITests] Remove Private so dll is copied
* [Packages] Update UITest and consolidate packages
* [Controls] Remove old packages
* [UITest] Try fix UITests iOS11
* [UITests] Use back instead of custom class
* First stab at getting UWP app tests running
* Implement a couple more methods (we can get all the way through the first test now)
* Add reset button to UWP Control Gallery; implement WaitForElement
* First pass at WaitForNoElement
* Make layouts available for automation queries; implement Tap(marked)
* Implement some of the keyboard methods
* Checkpoint
* Checkpoint
* More refactoring
* Forgot to save project file
* Put infrastructure for property queries in place
* Fix query parsing bug, add condition for text: query
* Implement Back(); add automation peers to Page and Label
* Implement TapCoordinates
* Fix dismiss button and make test text correct
* Fix incorrect AppRect conversion; add offsets to TapCoordinates
* Better reset
* Fill in missing 'DismissKeyboard' implementation
* Make layout renderers take up space even if they have no children
* Add ability to find TextBoxes by text contents
* DoubleTap
* [Nuget] Update UITest packages
* [UITest] Fix failing tests by scrolling to results first
* [PagesGallery] Remove iOS7 storyboard
* Revert "[UITest] Fix failing tests by scrolling to results first"
This reverts commit 54eba70cf04d155998c1436e1320e02984864bca.
* [Controls] Move results labels on 51773 to the top
* Allow UI tests to bypass "manual" navigation to isses pages
* Add missing Preserve attribute
* Make Issue198 test work with direct navigation
* Remove empty UI tests
* Fix error handling for iOS
* Use navigation which works for subsequent TestNavigationPages on iOS
* Fix race condition in 39530 test
Remove master page nesting when doing direct nav for UI tests
* Set up and run a single instance of Control Gallery for UI tests
* Force NavigateToIssue to wait for main page appearing to deal with iOS timing
* Move remaining UI tests into Issues namespace
* Change the connection check URL so it'll work on iOS
* Make Appearing Gallery tests work without restarting app
* Prevent ContextActions tests from stepping on each other
* Make context menu test more robust
* Move ButtonExtensions back to Controls namespace
* Have test 774 dismiss the action sheet before ending
* Update UITest package to 2.0.0 stable
* Make 2948 restore orientation when it's done
* Null check on PageController before calling SendDisappearing
* Adding a wait for the root page in the core tests
* Add consecutive tests reset to prevent memory slog on older iOS devices
* Creating a category just for core UI tests
* Grouping all of the core UI tests
* Adjusting categories so we can run in smaller batches
* Adding some of the Issues tests to categories
* Fix shared project nonsense
* Fix non-existent test category
* Testing global category for Issues