Merge pull request #355 from orangemug/fix/failing-tests

Disable survey in test runner
This commit is contained in:
Orange Mug 2018-08-01 22:14:36 +01:00 committed by GitHub
commit 988b7fca0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();
});