Example #1
0
 def _invitee(self):
     invitee_data = GCIProfileHelper(self.gci, self.dev_test)
     invitee_data.createOtherUser("*****@*****.**")
     invitee_data.createProfile()
     invitee_data.notificationSettings(new_invites=True)
     return invitee_data.profile
Example #2
0
 def _invitee(self):
   invitee_data = GCIProfileHelper(self.gci, self.dev_test)
   invitee_data.createOtherUser('*****@*****.**')
   invitee_data.createProfile()
   invitee_data.notificationSettings(new_invites=True)
   return invitee_data.profile