Skip to content

Commit 3131599

Browse files
committed
removed unused imports and uncommented code
1 parent 257aaf5 commit 3131599

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

assets/tests/admin/admin-theme.spec.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
import { test, expect } from "@playwright/test";
2-
import {
3-
beforeEachTest,
4-
fulfillDataRoute,
5-
fulfillEmptyRoutes,
6-
loginTest,
7-
} from "./test-helper.js";
8-
import {
9-
errorJson,
10-
feedSourcesJson2,
11-
screensListJson,
12-
themesJson,
13-
themesSingleJson,
14-
} from "./data-fixtures.js";
2+
import { beforeEachTest, fulfillDataRoute, loginTest } from "./test-helper.js";
3+
import { errorJson, themesJson,ad
4+
themesSingleJson } from "./data-fixtures.js";
155

166
test.describe("Theme", () => {
177
test.beforeEach(async ({ page }) => {
@@ -22,7 +12,6 @@ test.describe("Theme", () => {
2212
await loginTest(page);
2313

2414
await fulfillDataRoute(page, "**/themes*", themesJson);
25-
// await fulfillEmptyRoutes(page, ["**/campaigns*", "**/screen-groups*", "**/layouts*"]);
2615

2716
await page.getByRole("link", { name: "Temaer", exact: true }).click();
2817
await expect(

0 commit comments

Comments
 (0)