Replace all instances of MOCK_NAVIGATION in tests with fixture
Background
Left sidebar navigation data are getting complex. Mocks of this complexity is getting equally, if not more complex.
Proposal
As a result of one of the reviews I created fixture generating spec file that deals with the complexity from one central source. We would like to replace all instances of static mock that needs to be modified for all various usage. With the json files generated by the fixtures spec.
Edited by Tomas Bulva