const NAVIGATION_NEXT_PREVIEWS: NavigationTestData[] = [
  {
    initial: {start: 0, end: 4, activeIndex: 0},
    expected: {start: 1, end: 5, activeIndex: 2}
  },