mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:55:25 +01:00
Disable undo/redo again.
This commit is contained in:
parent
8d3ad6b1a1
commit
324452e714
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ describe("history", function() {
|
||||||
/**
|
/**
|
||||||
* See <https://github.com/webdriverio/webdriverio/issues/1126>
|
* See <https://github.com/webdriverio/webdriverio/issues/1126>
|
||||||
*/
|
*/
|
||||||
it("undo/redo", function() {
|
it.skip("undo/redo", function() {
|
||||||
var styleObj;
|
var styleObj;
|
||||||
|
|
||||||
browser.url(config.baseUrl+"?debug&style="+helper.getStyleUrl([
|
browser.url(config.baseUrl+"?debug&style="+helper.getStyleUrl([
|
||||||
|
|
Loading…
Reference in a new issue