Move things back to where this will still work.

This commit is contained in:
HarelM
2026-07-08 15:05:35 +03:00
parent 4249e9beb9
commit 8344a30f5d
21 changed files with 80 additions and 65 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
import { MaputnikDriver } from "./maputnik-driver";
test.describe("i18n", () => {
const test = it;
describe("i18n", () => {
const { beforeAndAfter, get, when, then } = new MaputnikDriver();
beforeAndAfter();
test.describe("language detector", () => {
describe("language detector", () => {
test("English", () => {
const url = "?lng=en";
when.visit(url);
@@ -18,7 +20,7 @@ test.describe("i18n", () => {
});
});
test.describe("language switcher", () => {
describe("language switcher", () => {
beforeEach(() => {
when.setStyle("layer");
});