Example #1
0
 def test_pan_map(self):
     calculator = Calulator(self.driver)
     calculator.open_map()
     map_element = Map(self.driver)
     map_element.pan_map_area()
     map_element.pan_map_area()
     assert not map_element.is_visible(map_element.current_location)