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")
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")