diff --git a/ojusomap/tests.py b/ojusomap/tests.py index f556fde..d190736 100644 --- a/ojusomap/tests.py +++ b/ojusomap/tests.py @@ -98,7 +98,8 @@ class MapTest(SeleniumTest): ) self.sl.find_element_by_css_selector('.leaflet-marker-icon').click() - details_link = self.sl.find_element_by_css_selector('.leaflet-popup-content a.btn') + details_link = self.sl.find_element_by_css_selector('.ledfgdfgaflet-popup-content a.btn') + # details_link = self.sl.find_element_by_css_selector('.leaflet-popup-content a.btn') self.assertTrue(details_link.is_displayed()) details_link.click()