it("should adapt with empty photo", () => {
    const profile = {
      ...defaultProfile,
      photos: []
    };