Releases: kif-framework/KIF
Releases · kif-framework/KIF
KIF 3.7.14
Fixes slow down with textfields by excluding the cursor from the hasAnimation check
KIF 3.7.13
- Adds a Visualizer to the top of the highest window instead of it's own window to prevent issues from changing key windows.
- Fixes date picker for iOS 14
KIF 3.7.12
Enhancements
- Adds a Visualizer to be able to see touches in KIF tests.
Bug Fixes
- Fixes dismissing popovers in iOS 14
KIF 3.7.11
Bug Fixes
- Specify Webkit dependency in podspec
KIF 3.7.10
- Now supports WKWebView
Bug Fixes
- Date picker debug formatting
- FAltering CALayers when iterating by copying
- Navigation back button tap for iOS 13+
- Crash in _setIsFirstTouchInView and setIsTap for iOS 14
- Xcode 12 compilation issue
KIF 3.7.9
Bug Fix:
- Prevent EXC_BAD_ACCESS crash by null-checking proper error(@ericbomgardner #1116)
- Fixed acknowledgeSystemAlert on iOS 13.1 (@ksuther #1126)
- Fix bug when acknowledging system alerts in Xcode 11.1 (@briannewberry #1129)
- Scroll once when waiting for UITableViewCells (@zradke #1141)
Enhancement:
KIF 3.7.8
Bug Fix:
- Fix Xcode 11 (Beta) build error (implicit conversion warning) (@jneidlinger #1111)
Enhancement:
- Add
atPosition:variations toUICollectionViewwaitForCellAtIndexPathmethods (@gaperlinski @harleyjcooper #1109)
KIF 3.7.7
Bug Fixes:
- Fix issue with elements not becoming first responder fast enough (@justinseanmartin - #1100)
- Fixing
UICollectionViewcell tapping (@harleyjcooper - #1106)
KIF 3.7.6
Bug Fixes:
- Don't crash if there is no key window (@justinseanmartin - #1099)
- Remove check preventing scroll UITableViewCells (@justinseanmartin - #1102)
- Fixing broken
TableViewscrolling (@harleyjcooper - #1103)
Typo Fix:
- Edit mistyping on KIFUITestActor.h (@cruisediary - #1101 )
KIF 3.7.5
Bug Fix:
- Fix crash on rotate on very small angle (@Screon - #1080 & @justinseanmartin - #1081)
- Avoid
XCUIScreenshotin Xcode 10 Beta, where the functionality is broken (@justinseanmartin - #1087) - Fix scrollViewToVisible:animated: (@plu - #1094)
- Fix warning of XCUIScreen availability (@kylejm - #1098)
Enhancement:
- Make XCTestCase 'just work' (@justinseanmartin - #1086)
- No longer need to explicitly call
KIFEnableAccessibilitywhen not subclassingKIFTestCase
- No longer need to explicitly call