コード例 #1
0
 def test_click_on_schools(self):
     school = Schools(self.driver)
     result = school.check_markers_on_clusters_map()
     self.assertNotEqual(0,
                         len(result) - 1,
                         msg="Dots are not present on map")
     print("Schools button is working")
     print("Markers are present on the map")
コード例 #2
0
 def test_click_on_schools(self):
     school = Schools(self.driver)
     result = school.check_markers_on_clusters_map()
     self.assertNotEqual(0,
                         len(result) - 1,
                         msg="Dots are not present on map")