const NAVIGATION_PREV_PREVIEWS: NavigationTestData[] = [
  {
    initial: {start: 3, end: 7, activeIndex: 6},
    expected: {start: 2, end: 6, activeIndex: 4}
  },