mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Implement snapshot tests for `StyleManager`.

Open MaximAlien opened this issue 3 years ago • 0 comments

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

MaximAlien avatar Jun 24 '22 20:06 MaximAlien