Example #1
0
 def test_click_on_blocks(self):
     block = Blocks(self.driver)
     result = block.check_markers_on_block_map()
     self.assertNotEqual(0,
                         len(result) - 1,
                         msg="Dots are not present on map")
     print("Blocks button is working")
     print("Markers are present on the map")
Example #2
0
 def test_click_on_blocks(self):
     block = Blocks(self.driver)
     result = block.check_markers_on_block_map()
     self.assertNotEqual(0,
                         len(result) - 1,
                         msg="Dots are not present on map")