mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Remote test related entries.
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
||||
import { test } from "./fixtures";
|
||||
import { beforeEach, describe, test } from "./fixtures";
|
||||
import { MaputnikDriver } from "./maputnik-driver";
|
||||
|
||||
test.describe("history", () => {
|
||||
describe("history", () => {
|
||||
const { given, get, when, then } = new MaputnikDriver();
|
||||
|
||||
const undoKeyCombo = process.platform === "darwin" ? "{meta}z" : "{ctrl}z";
|
||||
const redoKeyCombo = process.platform === "darwin" ? "{meta}{shift}z" : "{ctrl}y";
|
||||
|
||||
test.beforeEach(async () => {
|
||||
beforeEach(async () => {
|
||||
await given.setupMockBackedResponses();
|
||||
await when.setStyle("both");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user