expectUpdateManuscripts(chapter: ChapterId, manuscripts: Dto): FakeApi {
    this.expectations.push(
      new Expectation({
        method: 'POST',
        path: `${createChapterUrl(chapter)}/manuscripts`,