summaryrefslogtreecommitdiff
path: root/platform/ios/uitest/KIF
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Use constraints to manage ornament view placement (again) (#9995)Jesse Bounds2017-09-141-0/+0
| | | | | | | | This reverts the manual layout triggered by KVO approach in favor of a constraints based approach that the KVO method had previously replaced. Although the manual layout approach worked well in most cases and was cleaner in that it did not manipulate any containing views in the app space, using KVO on UIViewControllers has proven to be dangerous. This also updates the gitshas for KIF and OHHTTPStubs to unbreak UI tests that verify these related changes are working. This also adds an ornament constraint system for iOS 11+
* [ios, osx] Shared test bundleMinh Nguyễn2016-04-161-0/+0
The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2.