mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 19:50:35 +01:00
OpenLayers removed in previous PR.
This commit is contained in:
parent
be954143c3
commit
00b22eb902
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ describe("modals", function() {
|
|||
assert.equal(styleObj.metadata["maputnik:openmaptiles_access_token"], apiKey);
|
||||
})
|
||||
|
||||
it("style renderer", function() {
|
||||
it.skip("style renderer", function() {
|
||||
var selector = wd.$("modal-settings.maputnik:renderer");
|
||||
browser.selectByValue(selector, "ol3");
|
||||
browser.click(wd.$("modal-settings.name"))
|
||||
|
|
Loading…
Reference in a new issue