const growthHackWithForm = await growthHackFactory({
      stageId: stageWithForm._id,
      watchedUserIds: [user._id],
      votedUserIds: [user._id]
    });