Speed up core UI tests and reduce flakiness (#6395)
authorE.Z. Hart <hartez@users.noreply.github.com>
Tue, 4 Jun 2019 18:28:21 +0000 (12:28 -0600)
committerRui Marinho <me@ruimarinho.net>
Tue, 4 Jun 2019 18:28:21 +0000 (19:28 +0100)
commit3bc2e5e94b5be9e7ac89d331021432e6c3979eae
tree5c18009744d011c6a0b3c6466a49101ee51bfbbd
parentca409d3d141b4506c6ebbb8ce704d4519f69359b
Speed up core UI tests and reduce flakiness (#6395)

* Speed up ViewUITests and hopefully reduce flakiness

* Make focus tests work even when keyboard pops up

* Move Date/Time picker tests to the end so they can't break the other bubbling tests
Add delay before trying to dismiss dialogs so they can fully appear

* Fix accidental triggering of Picker when removing focus from Entry

* Bump up number of tests before restart
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/GestureBubblingTests.cs
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/TestPages/TestPages.cs
Xamarin.Forms.Controls/CoreGalleryPages/CoreGalleryPage.cs
Xamarin.Forms.Core.UITests.Shared/Remotes/BaseViewContainerRemote.cs
Xamarin.Forms.Core.UITests.Shared/Tests/EntryUITests.cs