You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic LEL Implementation
- leaflet is created...✓ leaflet is created
- baselayer is added by default...X baselayer is added by default
TypeError: undefined is not a constructor (evaluating 'new L.Control.GPlaceAutocomplete') in file:///home/travis/build/publiclab/leaflet-environmental-layers/dist/LeafletEnvironmentalLayers_babel.js (line 5139) (1)
and more like this. Looks like maybe some assets aren't getting included? But, not sure if this is intermittent or happens every time. I'm restarting the tests to see.
The text was updated successfully, but these errors were encountered:
@jywarren, it looks like Jasmine is not recognizing the search control. I tried adding it to grunt as a vendor under Jasmine's options and also in the browserify dist src file list but it did not work. Commenting out the search control seems to make the tests pass. I'll try to look into what else can be done for Jasmine to recognize the control as a constructor.
Oh hmm. Do you think it's not recognizing it or perhaps the search controller is not rendering from inside Travis because of approved-domain-name issues? I noticed the search control doesn't start up properly in https://stable.publiclab.org/map as we haven't approved stable.publiclab.org on the Google API end. Could this be the same issue?
Hi, i noticed some tests failing on the most recent build -- https://travis-ci.com/github/publiclab/leaflet-environmental-layers/builds/157234331
and more like this. Looks like maybe some assets aren't getting included? But, not sure if this is intermittent or happens every time. I'm restarting the tests to see.
The text was updated successfully, but these errors were encountered: