test: adopt Playwright test()/test.describe() naming in e2e specs

Mechanical rename of it() -> test() and describe() -> test.describe() so the
subsequent Playwright migration diff only touches test bodies, not the
suite/case wrappers.
This commit is contained in:
HarelM
2026-07-08 12:42:13 +03:00
parent 8af1cfd5f8
commit f7b48139a4
9 changed files with 174 additions and 174 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { MaputnikDriver } from "./maputnik-driver";
describe("history", () => {
test.describe("history", () => {
const { beforeAndAfter, when, get, then } = new MaputnikDriver();
beforeAndAfter();
@@ -13,7 +13,7 @@ describe("history", () => {
redoKeyCombo = isMac ? "{meta}{shift}z" : "{ctrl}y";
});
it("undo/redo", () => {
test("undo/redo", () => {
when.setStyle("geojson");
when.modal.open();
@@ -87,7 +87,7 @@ describe("history", () => {
});
});
it("should not redo after undo and value change", () => {
test("should not redo after undo and value change", () => {
when.setStyle("geojson");
when.modal.open();
when.modal.fillLayers({