Ejemplo n.º 1
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).add_email_popup_close()
Ejemplo n.º 2
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).add_phone_popup_invalid_number(self.PHONE)
Ejemplo n.º 3
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).func_delete_reserved_number()
Ejemplo n.º 4
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).add_email_popup_invalid_email(self.EMAIL)
Ejemplo n.º 5
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).add_phone_popup_cancel()
Ejemplo n.º 6
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).confirm_phone_popup_empty_code(self.PHONE)
Ejemplo n.º 7
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).func_add_email(self.EMAIL)
Ejemplo n.º 8
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).add_phone_popup_change_country()
Ejemplo n.º 9
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).confirm_phone_popup_invalid_code(self.PHONE, self.CODE)
Ejemplo n.º 10
0
    def test(self):
        AuthSteps(self.driver).auth()

        ContactsSteps(self.driver).refresh_page_add_email(self.EMAIL)
Ejemplo n.º 11
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).confirm_phone_popup_change_number(
         self.PHONE)
Ejemplo n.º 12
0
 def test(self):
     AuthSteps(self.driver).auth()
     ContactsSteps(self.driver).func_delete_email()