it('selects the chart if available', () =>
    givenSelectedChart.then(
      MusicSelection.selectedChartGivenCharts([
        { file: 'chart0.bml', info: { level: 1 } },
        { file: 'chart1.bml', info: { level: 8 } },