Disable survey in test runner, which was making the tests fail.

This commit is contained in:
orangemug 2018-08-01 20:59:42 +01:00
parent cc51774259
commit bdc6489db4

View file

@ -13,6 +13,9 @@ describe('maputnik', function() {
"geojson:example",
"raster:raster"
]));
browser.execute(function() {
localStorage.setItem("survey", true);
});
browser.waitForExist(".maputnik-toolbar-link");
browser.flushReactUpdates();
});