Esempio n. 1
0
 def delete_floor_assert(self):
     time.sleep(1)
     comfunc.wait_noelement(self.driver, infra_element.editfloor_inlist)
 def is_element_dispear(self, ele):
     # comfunc.wait_noelement(self.driver,damage_type_element.add_typename)
     comfunc.wait_noelement(self.driver, ele)
Esempio n. 3
0
 def assertadd(self):
     comfunc.wait_noelement(self.driver, unitinfo_datas.new_unit_name)
Esempio n. 4
0
 def delete_build_assert(self):
     time.sleep(1)
     comfunc.wait_noelement(self.driver, infra_element.edit_building_group)
Esempio n. 5
0
 def delete_assert(self,ele):
     # comfunc.wait_noelement(self.driver, virtualroomtype_element.delete_virtual_roomtype_button)
     comfunc.wait_noelement(self.driver, ele)
Esempio n. 6
0
 def assert_add(self,ele):
     comfunc.wait_noelement(self.driver,ele)
 def assert_delete(self):
     comfunc.wait_noelement(self.driver,
                            roominfo_element.delete_room_button)
 def is_element_dispear(self, ele):
     comfunc.wait_noelement(self.driver, ele)
 def assert_delete(self, element):
     comfunc.wait_noelement(self.driver, element)