예제 #1
0
 def test_euh_check_field_existence(self):
     self.navigate(data.PD_URL)
     LIB.euh_check_field_existence(False,'Organizational Unit')
     LIB.euh_check_field_existence(True, 'End Date')
     LIB.euh_check_field_existence("FALSE",'Organizational Unit')
     LIB.euh_check_field_existence("trUE", 'End Date')