Fix download umap data JS tests
This commit is contained in:
parent
2274243662
commit
bf4e481f28
2 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,6 @@ describe('L.U.Controls', function () {
|
||||||
happen.click(qs('.umap-browse-actions .umap-browse-link'))
|
happen.click(qs('.umap-browse-actions .umap-browse-link'))
|
||||||
assert.equal(qsa('#browse_data_datalayer_62 ul li').length, 3)
|
assert.equal(qsa('#browse_data_datalayer_62 ul li').length, 3)
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('#exportPanel()', function () {
|
describe('#exportPanel()', function () {
|
||||||
|
|
|
@ -132,6 +132,7 @@ function initMap(options) {
|
||||||
datalayer_version: '/datalayer/{pk}/{name}',
|
datalayer_version: '/datalayer/{pk}/{name}',
|
||||||
pictogram_list_json: '/pictogram/json/',
|
pictogram_list_json: '/pictogram/json/',
|
||||||
map_update_permissions: '/map/{map_id}/update/permissions/',
|
map_update_permissions: '/map/{map_id}/update/permissions/',
|
||||||
|
map_download: '/map/{map_id}/download/',
|
||||||
},
|
},
|
||||||
default_iconUrl: '../src/img/marker.png',
|
default_iconUrl: '../src/img/marker.png',
|
||||||
zoom: 6,
|
zoom: 6,
|
||||||
|
|
Loading…
Reference in a new issue