expectChapter(chapter: ChapterId): FakeApi {
    this.expectations.push(
      new Expectation({
        method: 'GET',
        path: `${createChapterUrl(chapter)}`,