it("should adapt without photo", () => {
    const profile = {
      ...defaultProfile,
      photos: undefined
    };