mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Implement snapshot tests for `StyleManager`.
At this point there are multiple issues related to styling while using both iOS and CarPlay. One of the major issues is described in: https://github.com/mapbox/mapbox-navigation-ios/issues/3917.
There are already several tests in StyleManagerTests, but they do not verify whether actual style was applied correctly and doesn't interfere with other components.
In scope of this ticket snapshot tests for StyleManager should be implemented. Main components that should be tested here are:
-
NavigationViewController -
CarPlayMapViewController -
CarPlayNavigationViewController