Losing my mind here, XCode 7 GM here trying to parse a nested array inside a json dictinoary and get back :
Cast from 'XCUIElement' to unrelated type 'NSArray' always fails
This inside a Unit test, and the code wrorks fine inside non unit test / running code.
if let categories = articleDict[Article.ArticleKeys.CategoriesArray.rawValue] as? [[String: AnyObject]] {